aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/dired.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/dired.c b/src/dired.c
index 2dffbb756ac..e468147e8b2 100644
--- a/src/dired.c
+++ b/src/dired.c
@@ -416,8 +416,7 @@ DEFUN ("file-name-all-completions", Ffile_name_all_completions,
416These are all file names in directory DIRECTORY which begin with FILE. 416These are all file names in directory DIRECTORY which begin with FILE.
417 417
418This function ignores some of the possible completions as determined 418This function ignores some of the possible completions as determined
419by the variables `completion-regexp-list' and 419by `completion-regexp-list', which see. `completion-regexp-list'
420`completion-ignored-extensions', which see. `completion-regexp-list'
421is matched against file and directory names relative to DIRECTORY. */) 420is matched against file and directory names relative to DIRECTORY. */)
422 (Lisp_Object file, Lisp_Object directory) 421 (Lisp_Object file, Lisp_Object directory)
423{ 422{