changeset 62185:633425d6cc86

(Ffile_name_completion): Make argument name match its use in docstring.
author Juanma Barranquero <lekktu@gmail.com>
date Sun, 08 May 2005 22:47:00 +0000
parents d2e6a54e6fb1
children 26ff6ec687e5
files src/dired.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/dired.c	Sun May 08 22:29:20 2005 +0000
+++ b/src/dired.c	Sun May 08 22:47:00 2005 +0000
@@ -400,7 +400,7 @@
 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.  */)