]> git.eshelyaron.com Git - emacs.git/commitdiff
* src/fileio.c (Fexpand_file_name): Doc fix. (Bug#27982)
authorEli Zaretskii <eliz@gnu.org>
Sat, 2 Sep 2017 09:57:30 +0000 (12:57 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 2 Sep 2017 09:57:30 +0000 (12:57 +0300)
src/fileio.c

index bbd1a4ef69cb94534c9ebc8a1f57735287b84b09..0a52982291d1ccf1150a525621a4c5d33bb6f58a 100644 (file)
@@ -755,7 +755,9 @@ For technical reasons, this function can return correct but
 non-intuitive results for the root directory; for instance,
 \(expand-file-name ".." "/") returns "/..".  For this reason, use
 \(directory-file-name (file-name-directory dirname)) to traverse a
-filesystem tree, not (expand-file-name ".." dirname).  */)
+filesystem tree, not (expand-file-name ".." dirname).  Note: make
+sure DIRNAME in this example doesn't end in a slash, unless it's
+the root directory.  */)
   (Lisp_Object name, Lisp_Object default_directory)
 {
   /* These point to SDATA and need to be careful with string-relocation