]> code.delx.au - gnu-emacs/blobdiff - src/fileio.c
Merge from emacs-24; up to 2014-03-23T23:14:52Z!yamaoka@jpl.org
[gnu-emacs] / src / fileio.c
index 152b7a8a8ed998720d9bcab25bffd26749499b65..4d27b58d2b7cd4671627ddb46e8aa07fd6856565 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;