* src/dired.c (Ffile_name_all_completions): Doc fix. (Bug#23631)
This commit is contained in:
parent
f7ffc4b7d3
commit
1a2ffd0236
1 changed files with 1 additions and 2 deletions
|
@ -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.
|
These are all file names in directory DIRECTORY which begin with FILE.
|
||||||
|
|
||||||
This function ignores some of the possible completions as determined
|
This function ignores some of the possible completions as determined
|
||||||
by the variables `completion-regexp-list' and
|
by `completion-regexp-list', which see. `completion-regexp-list'
|
||||||
`completion-ignored-extensions', which see. `completion-regexp-list'
|
|
||||||
is matched against file and directory names relative to DIRECTORY. */)
|
is matched against file and directory names relative to DIRECTORY. */)
|
||||||
(Lisp_Object file, Lisp_Object directory)
|
(Lisp_Object file, Lisp_Object directory)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue