(Ffile_name_completion): Make argument name match its use in docstring.
authorJuanma Barranquero <lekktu@gmail.com>
Sun, 8 May 2005 22:48:19 +0000 (22:48 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Sun, 8 May 2005 22:48:19 +0000 (22:48 +0000)
src/ChangeLog
src/dired.c

index c63ccb5..f9c2608 100644 (file)
@@ -1,3 +1,8 @@
+2005-05-09  Juanma Barranquero  <lekktu@gmail.com>
+
+       * dired.c (Ffile_name_completion): Make argument name
+       match its use in docstring.
+
 2005-05-08  Luc Teirlinck  <teirllm@auburn.edu>
 
        * eval.c (Fdefvaralias): Remove any pre-existing
index 87b48ba..349154e 100644 (file)
@@ -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.  */)