aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog4
-rw-r--r--src/fileio.c3
2 files changed, 5 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 1510e4e1585..2069d00a240 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12014-03-23 Glenn Morris <rgm@gnu.org>
2
3 * fileio.c (Ffile_symlink_p): Doc fix. (Bug#17073)
4
12014-03-23 Stefan Monnier <monnier@iro.umontreal.ca> 52014-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
2 6
3 * buffer.c (struct sortvec): Add field `spriority'. 7 * 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,
2682The value is the link target, as a string. 2682The value is the link target, as a string.
2683Otherwise it returns nil. 2683Otherwise it returns nil.
2684 2684
2685This function returns t when given the name of a symlink that 2685This function does not check whether the link target exists. */)
2686points to a nonexistent file. */)
2687 (Lisp_Object filename) 2686 (Lisp_Object filename)
2688{ 2687{
2689 Lisp_Object handler; 2688 Lisp_Object handler;