aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGlenn Morris2014-03-23 16:38:40 -0700
committerGlenn Morris2014-03-23 16:38:40 -0700
commit33f0ba7e4999819a6cb2d911952c0e6cd28ead86 (patch)
tree67e5262d8e68ab0f8c15c1f43e2bc933f4e305cc /src
parentf6614a4770f298ad6ccdf6995adb706cc4d03c11 (diff)
downloademacs-33f0ba7e4999819a6cb2d911952c0e6cd28ead86.tar.gz
emacs-33f0ba7e4999819a6cb2d911952c0e6cd28ead86.zip
* src/fileio.c (Ffile_symlink_p): Doc fix.
Fixes: debbugs:17073
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;