emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-24 r116847: * src/fileio.c (Ffile_symlink_p): Doc fi


From: Glenn Morris
Subject: [Emacs-diffs] emacs-24 r116847: * src/fileio.c (Ffile_symlink_p): Doc fix.
Date: Sun, 23 Mar 2014 23:38:47 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 116847
revision-id: address@hidden
parent: address@hidden
fixes bug: http://debbugs.gnu.org/17073
committer: Glenn Morris <address@hidden>
branch nick: emacs-24
timestamp: Sun 2014-03-23 16:38:40 -0700
message:
  * src/fileio.c (Ffile_symlink_p): Doc fix.
modified:
  src/ChangeLog                  changelog-20091113204419-o5vbwnq5f7feedwu-1438
  src/fileio.c                   fileio.c-20091113204419-o5vbwnq5f7feedwu-210
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2014-03-23 22:30:47 +0000
+++ b/src/ChangeLog     2014-03-23 23:38:40 +0000
@@ -1,3 +1,7 @@
+2014-03-23  Glenn Morris  <address@hidden>
+
+       * fileio.c (Ffile_symlink_p): Doc fix. (Bug#17073)
+
 2014-03-23  Stefan Monnier  <address@hidden>
 
        * buffer.c (struct sortvec): Add field `spriority'.

=== modified file 'src/fileio.c'
--- a/src/fileio.c      2014-03-01 11:51:02 +0000
+++ b/src/fileio.c      2014-03-23 23:38:40 +0000
@@ -2682,8 +2682,7 @@
 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;


reply via email to

[Prev in Thread] Current Thread [Next in Thread]