diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/fileio.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/fileio.c b/src/fileio.c index 702d09f41b8..f69a0b57d5a 100644 --- a/src/fileio.c +++ b/src/fileio.c | |||
| @@ -2182,9 +2182,9 @@ See also `file-exists-p' and `file-attributes'.") | |||
| 2182 | } | 2182 | } |
| 2183 | 2183 | ||
| 2184 | DEFUN ("file-symlink-p", Ffile_symlink_p, Sfile_symlink_p, 1, 1, 0, | 2184 | DEFUN ("file-symlink-p", Ffile_symlink_p, Sfile_symlink_p, 1, 1, 0, |
| 2185 | "If file FILENAME is the name of a symbolic link\n\ | 2185 | "Return non-nil if file FILENAME is the name of a symbolic link.\n\ |
| 2186 | returns the name of the file to which it is linked.\n\ | 2186 | The value is the name of the file to which it is linked.\n\ |
| 2187 | Otherwise returns NIL.") | 2187 | Otherwise returns nil.") |
| 2188 | (filename) | 2188 | (filename) |
| 2189 | Lisp_Object filename; | 2189 | Lisp_Object filename; |
| 2190 | { | 2190 | { |