summaryrefslogtreecommitdiff
path: root/src/dired.c
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2005-05-08 22:48:19 +0000
committerJuanma Barranquero <lekktu@gmail.com>2005-05-08 22:48:19 +0000
commit2f60660a5eae9addccb472243bd88179b8f15d1e (patch)
treee20c997067224946da512d6fcd5d4e32bb92ce7a /src/dired.c
parent6a350b06e2d2d3e092a6de644f742e0e52e6517b (diff)
downloademacs-2f60660a5eae9addccb472243bd88179b8f15d1e.tar.gz
(Ffile_name_completion): Make argument name match its use in docstring.
Diffstat (limited to 'src/dired.c')
-rw-r--r--src/dired.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dired.c b/src/dired.c
index 87b48ba2d78..349154e1ac0 100644
--- a/src/dired.c
+++ b/src/dired.c
@@ -400,7 +400,7 @@ DEFUN ("file-name-completion", Ffile_name_completion, Sfile_name_completion,
Returns the longest string
common to all file names in DIRECTORY that start with FILE.
If there is only one and FILE matches it exactly, returns t.
-Returns nil if DIR contains no name starting with FILE.
+Returns nil if DIRECTORY contains no name starting with FILE.
This function ignores some of the possible completions as
determined by the variable `completion-ignored-extensions', which see. */)