From 1a2ffd023600a5a206766b68aa281b24d1c5e80f Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Fri, 27 May 2016 16:06:57 +0300 Subject: [PATCH] * src/dired.c (Ffile_name_all_completions): Doc fix. (Bug#23631) --- src/dired.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/dired.c b/src/dired.c index e21b2273f79..dba575ce4c2 100644 --- a/src/dired.c +++ b/src/dired.c @@ -424,8 +424,7 @@ DEFUN ("file-name-all-completions", Ffile_name_all_completions, These are all file names in directory DIRECTORY which begin with FILE. This function ignores some of the possible completions as determined -by the variables `completion-regexp-list' and -`completion-ignored-extensions', which see. `completion-regexp-list' +by `completion-regexp-list', which see. `completion-regexp-list' is matched against file and directory names relative to DIRECTORY. */) (Lisp_Object file, Lisp_Object directory) { -- 2.39.2