diff options
| author | Richard M. Stallman | 2003-04-09 01:29:18 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2003-04-09 01:29:18 +0000 |
| commit | 1c353c74a8eb6a8c734a2478bd2ce7ce74c7471f (patch) | |
| tree | b5a7fb0c9d93e543e09c5aab2c949902c0eadac4 /src | |
| parent | d147ee841ac0a468d9504583ceeb2e3397d3dd90 (diff) | |
| download | emacs-1c353c74a8eb6a8c734a2478bd2ce7ce74c7471f.tar.gz emacs-1c353c74a8eb6a8c734a2478bd2ce7ce74c7471f.zip | |
(Ffile_symlink_p): Doc fix.
Diffstat (limited to 'src')
| -rw-r--r-- | src/fileio.c | 2 |
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 | ||
| 3183 | DEFUN ("file-symlink-p", Ffile_symlink_p, Sfile_symlink_p, 1, 1, 0, | 3183 | DEFUN ("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. |
| 3185 | The value is the name of the file to which it is linked. | 3185 | The value is the link target, as a string. |
| 3186 | Otherwise returns nil. */) | 3186 | Otherwise returns nil. */) |
| 3187 | (filename) | 3187 | (filename) |
| 3188 | Lisp_Object filename; | 3188 | Lisp_Object filename; |