diff src/fileio.c @ 46561:7ede6e7f8c24

(Ffile_name_as_directory): Fix argument name in docstring.
author Juanma Barranquero <lekktu@gmail.com>
date Fri, 19 Jul 2002 16:30:03 +0000
parents b95625933c8f
children 2f6929599b1a
line wrap: on
line diff
--- a/src/fileio.c	Fri Jul 19 14:37:32 2002 +0000
+++ b/src/fileio.c	Fri Jul 19 16:30:03 2002 +0000
@@ -614,7 +614,7 @@
 
 DEFUN ("file-name-as-directory", Ffile_name_as_directory,
        Sfile_name_as_directory, 1, 1, 0,
-       doc: /* Return a string representing file FILENAME interpreted as a directory.
+       doc: /* Return a string representing the file name FILE interpreted as a directory.
 This operation exists because a directory is also a file, but its name as
 a directory is different from its name as a file.
 The result can be used as the value of `default-directory'