aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman2003-04-09 01:29:18 +0000
committerRichard M. Stallman2003-04-09 01:29:18 +0000
commit1c353c74a8eb6a8c734a2478bd2ce7ce74c7471f (patch)
treeb5a7fb0c9d93e543e09c5aab2c949902c0eadac4 /src
parentd147ee841ac0a468d9504583ceeb2e3397d3dd90 (diff)
downloademacs-1c353c74a8eb6a8c734a2478bd2ce7ce74c7471f.tar.gz
emacs-1c353c74a8eb6a8c734a2478bd2ce7ce74c7471f.zip
(Ffile_symlink_p): Doc fix.
Diffstat (limited to 'src')
-rw-r--r--src/fileio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fileio.c b/src/fileio.c
index d1e80d6c34b..87011084643 100644
--- a/src/fileio.c
+++ b/src/fileio.c
@@ -3182,7 +3182,7 @@ If there is no error, we return nil. */)
3182 3182
3183DEFUN ("file-symlink-p", Ffile_symlink_p, Sfile_symlink_p, 1, 1, 0, 3183DEFUN ("file-symlink-p", Ffile_symlink_p, Sfile_symlink_p, 1, 1, 0,
3184 doc: /* Return non-nil if file FILENAME is the name of a symbolic link. 3184 doc: /* Return non-nil if file FILENAME is the name of a symbolic link.
3185The value is the name of the file to which it is linked. 3185The value is the link target, as a string.
3186Otherwise returns nil. */) 3186Otherwise returns nil. */)
3187 (filename) 3187 (filename)
3188 Lisp_Object filename; 3188 Lisp_Object filename;