# HG changeset patch # User Juanma Barranquero # Date 1115592420 0 # Node ID 633425d6cc86d1af7da598a26f655148cdb8057e # Parent d2e6a54e6fb1b52979ff9bd6222331e1f2f668fd (Ffile_name_completion): Make argument name match its use in docstring. diff -r d2e6a54e6fb1 -r 633425d6cc86 src/dired.c --- 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. */)