]> git.eshelyaron.com Git - emacs.git/commitdiff
(Ffile_name_as_directory): Fix argument name in docstring.
authorJuanma Barranquero <lekktu@gmail.com>
Fri, 19 Jul 2002 16:31:36 +0000 (16:31 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Fri, 19 Jul 2002 16:31:36 +0000 (16:31 +0000)
src/ChangeLog
src/fileio.c

index 84d35abc972bb8929811c0e9d7a9a6b130a49ed3..c53a9ed5c6861ab17029f5ba5f8bd6dcceac5b5e 100644 (file)
@@ -1,3 +1,7 @@
+2002-07-19  Juanma Barranquero  <lektu@terra.es>
+
+       * fileio.c (Ffile_name_as_directory): Fix argument name in docstring.
+
 2002-07-12  Stefan Monnier  <monnier@cs.yale.edu>
 
        * xterm.c (XTread_socket): Return a non_ascii_keystroke for
index 3ed5c2597320f9801921c99ee7617c447dea598c..08ca8d8eab454d569bf239bb5f5476e24b4f139d 100644 (file)
@@ -603,7 +603,7 @@ file_name_as_directory (out, in)
 
 DEFUN ("file-name-as-directory", Ffile_name_as_directory,
        Sfile_name_as_directory, 1, 1, 0,
-  "Return a string representing file FILENAME interpreted as a directory.\n\
+  "Return a string representing the file name FILE interpreted as a directory.\n\
 This operation exists because a directory is also a file, but its name as\n\
 a directory is different from its name as a file.\n\
 The result can be used as the value of `default-directory'\n\