From: Glenn Morris Date: Sun, 23 Mar 2014 23:38:40 +0000 (-0700) Subject: * src/fileio.c (Ffile_symlink_p): Doc fix. X-Git-Tag: emacs-24.3.90~103 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=33f0ba7e4999819a6cb2d911952c0e6cd28ead86;p=emacs.git * src/fileio.c (Ffile_symlink_p): Doc fix. Fixes: debbugs:17073 --- diff --git a/src/ChangeLog b/src/ChangeLog index 1510e4e1585..2069d00a240 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2014-03-23 Glenn Morris + + * fileio.c (Ffile_symlink_p): Doc fix. (Bug#17073) + 2014-03-23 Stefan Monnier * buffer.c (struct sortvec): Add field `spriority'. diff --git a/src/fileio.c b/src/fileio.c index fb0a33b39db..8aaed3248a7 100644 --- a/src/fileio.c +++ b/src/fileio.c @@ -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;