]> git.eshelyaron.com Git - emacs.git/commitdiff
Improve doc string.
authorKarl Fogel <kfogel@red-bean.com>
Tue, 16 Aug 2016 20:25:52 +0000 (15:25 -0500)
committerKarl Fogel <kfogel@red-bean.com>
Tue, 16 Aug 2016 20:25:52 +0000 (15:25 -0500)
* src/fileio.c (Ffile_name_as_directory): Be precise about the
conditions under which a slash is appended.

src/fileio.c

index 66ea761ca567c9650cab0a0fd28af20a5f925dd4..37948bc0ee940271a7742bdff8d45a6a37d40963 100644 (file)
@@ -508,7 +508,8 @@ 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'
 or passed as second argument to `expand-file-name'.
-For a Unix-syntax file name, just appends a slash.  */)
+For a Unix-syntax file name, just appends a slash unless a trailing slash
+is already present.  */)
   (Lisp_Object file)
 {
   char *buf;