diff options
| author | Juanma Barranquero | 2014-03-26 16:57:13 +0100 |
|---|---|---|
| committer | Juanma Barranquero | 2014-03-26 16:57:13 +0100 |
| commit | 16adf2e6eb1ddf0b32ebea2d5ce8fa1e4c226614 (patch) | |
| tree | 29b782fd6e7c44a834dd09442a551520e30bcbd6 /src/fileio.c | |
| parent | 5af73b0fe8975eeb47fb270819b4143c18d71caa (diff) | |
| parent | 196716cf35f81bea108c3b75362e92c86ed1c016 (diff) | |
| download | emacs-16adf2e6eb1ddf0b32ebea2d5ce8fa1e4c226614.tar.gz emacs-16adf2e6eb1ddf0b32ebea2d5ce8fa1e4c226614.zip | |
Merge from emacs-24; up to 2014-03-23T23:14:52Z!yamaoka@jpl.org
Diffstat (limited to 'src/fileio.c')
| -rw-r--r-- | src/fileio.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/fileio.c b/src/fileio.c index 152b7a8a8ed..4d27b58d2b7 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; |