diff options
| author | Glenn Morris | 2014-03-23 16:38:40 -0700 |
|---|---|---|
| committer | Glenn Morris | 2014-03-23 16:38:40 -0700 |
| commit | 33f0ba7e4999819a6cb2d911952c0e6cd28ead86 (patch) | |
| tree | 67e5262d8e68ab0f8c15c1f43e2bc933f4e305cc /src | |
| parent | f6614a4770f298ad6ccdf6995adb706cc4d03c11 (diff) | |
| download | emacs-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/ChangeLog | 4 | ||||
| -rw-r--r-- | src/fileio.c | 3 |
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 @@ | |||
| 1 | 2014-03-23 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * fileio.c (Ffile_symlink_p): Doc fix. (Bug#17073) | ||
| 4 | |||
| 1 | 2014-03-23 Stefan Monnier <monnier@iro.umontreal.ca> | 5 | 2014-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, | |||
| 2682 | The value is the link target, as a string. | 2682 | The value is the link target, as a string. |
| 2683 | Otherwise it returns nil. | 2683 | Otherwise it returns nil. |
| 2684 | 2684 | ||
| 2685 | This function returns t when given the name of a symlink that | 2685 | This function does not check whether the link target exists. */) |
| 2686 | points to a nonexistent file. */) | ||
| 2687 | (Lisp_Object filename) | 2686 | (Lisp_Object filename) |
| 2688 | { | 2687 | { |
| 2689 | Lisp_Object handler; | 2688 | Lisp_Object handler; |