From 33f0ba7e4999819a6cb2d911952c0e6cd28ead86 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Sun, 23 Mar 2014 16:38:40 -0700 Subject: [PATCH] * src/fileio.c (Ffile_symlink_p): Doc fix. Fixes: debbugs:17073 --- src/ChangeLog | 4 ++++ src/fileio.c | 3 +-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/ChangeLog b/src/ChangeLog index 1510e4e158..2069d00a24 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 fb0a33b39d..8aaed3248a 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; -- 2.20.1