* src/fileio.c (Ffile_symlink_p): Doc fix.
authorGlenn Morris <rgm@gnu.org>
Sun, 23 Mar 2014 23:38:40 +0000 (16:38 -0700)
committerGlenn Morris <rgm@gnu.org>
Sun, 23 Mar 2014 23:38:40 +0000 (16:38 -0700)
Fixes: debbugs:17073

src/ChangeLog
src/fileio.c

index 1510e4e..2069d00 100644 (file)
@@ -1,3 +1,7 @@
+2014-03-23  Glenn Morris  <rgm@gnu.org>
+
+       * fileio.c (Ffile_symlink_p): Doc fix. (Bug#17073)
+
 2014-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * buffer.c (struct sortvec): Add field `spriority'.
index fb0a33b..8aaed32 100644 (file)
@@ -2682,8 +2682,7 @@ DEFUN ("file-symlink-p", Ffile_symlink_p, Sfile_symlink_p, 1, 1, 0,
 The value is the link target, as a string.
 Otherwise it returns nil.
 
-This function returns t when given the name of a symlink that
-points to a nonexistent file.  */)
+This function does not check whether the link target exists.  */)
   (Lisp_Object filename)
 {
   Lisp_Object handler;