diff options
| author | Eli Zaretskii | 2016-05-27 16:06:57 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2016-05-27 16:06:57 +0300 |
| commit | 1a2ffd023600a5a206766b68aa281b24d1c5e80f (patch) | |
| tree | e90b231083dfa4f952542e4f6f4e077dfd1284a3 /src | |
| parent | f7ffc4b7d36041eba2abe9bc34927413f48056d4 (diff) | |
| download | emacs-1a2ffd023600a5a206766b68aa281b24d1c5e80f.tar.gz emacs-1a2ffd023600a5a206766b68aa281b24d1c5e80f.zip | |
* src/dired.c (Ffile_name_all_completions): Doc fix. (Bug#23631)
Diffstat (limited to 'src')
| -rw-r--r-- | src/dired.c | 3 |
1 files changed, 1 insertions, 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, | |||
| 424 | These are all file names in directory DIRECTORY which begin with FILE. | 424 | These are all file names in directory DIRECTORY which begin with FILE. |
| 425 | 425 | ||
| 426 | This function ignores some of the possible completions as determined | 426 | This function ignores some of the possible completions as determined |
| 427 | by the variables `completion-regexp-list' and | 427 | by `completion-regexp-list', which see. `completion-regexp-list' |
| 428 | `completion-ignored-extensions', which see. `completion-regexp-list' | ||
| 429 | is matched against file and directory names relative to DIRECTORY. */) | 428 | is matched against file and directory names relative to DIRECTORY. */) |
| 430 | (Lisp_Object file, Lisp_Object directory) | 429 | (Lisp_Object file, Lisp_Object directory) |
| 431 | { | 430 | { |