]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix bug #7617 with documentation of expand-file-name.
authorEli Zaretskii <eliz@gnu.org>
Mon, 13 Dec 2010 16:13:29 +0000 (18:13 +0200)
committerEli Zaretskii <eliz@gnu.org>
Mon, 13 Dec 2010 16:13:29 +0000 (18:13 +0200)
 fileio.c (Fexpand_file_name): One more doc fix.

src/ChangeLog
src/fileio.c

index 97401ffe40a3f5d3154b32c50c1ce4381d09e674..4d1225a112ea8d98aa07d2b608074017d5092b9d 100644 (file)
@@ -1,3 +1,7 @@
+2010-12-13  Eli Zaretskii  <eliz@gnu.org>
+
+       * fileio.c (Fexpand_file_name): One more doc fix.
+
 2010-12-12  Eli Zaretskii  <eliz@gnu.org>
 
        * fileio.c (Fexpand_file_name): Doc fix.  (Bug#7617)
index e330f72414248bccb1ef3968a549af481f635b1d..da19c1e2a215e85dc7d2bb684d10c744611cf32b 100644 (file)
@@ -828,6 +828,8 @@ DEFUN ("expand-file-name", Fexpand_file_name, Sexpand_file_name, 1, 2, 0,
 Second arg DEFAULT-DIRECTORY is directory to start with if NAME is relative
 \(does not start with slash or tilde); if DEFAULT-DIRECTORY is nil or missing,
 the current buffer's value of `default-directory' is used.
+NAME should be a string that is a valid file name for the underlying
+filesystem.
 File name components that are `.' are removed, and
 so are file name components followed by `..', along with the `..' itself;
 note that these simplifications are done without checking the resulting