From 0dac4f859183504a3ef079cf1eb2752f08747a23 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Fri, 19 Jul 2002 16:30:14 +0000 Subject: [PATCH] (Ffile_name_as_directory): Fix argument name in docstring. --- src/ChangeLog | 2 ++ src/fileio.c | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/ChangeLog b/src/ChangeLog index 8ec634ca65f..06bb7fdc3ba 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -36,6 +36,8 @@ 2002-07-19 Juanma Barranquero + * fileio.c (Ffile_name_as_directory): Fix argument name in docstring. + * xdisp.c (syms_of_xdisp): Remove redundant deprecation info. * fileio.c (syms_of_fileio): Likewise. diff --git a/src/fileio.c b/src/fileio.c index 31199ee971f..74e97fc5dc7 100644 --- a/src/fileio.c +++ b/src/fileio.c @@ -614,7 +614,7 @@ file_name_as_directory (out, in) 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' -- 2.39.2