Mercurial > emacs
changeset 5616:67a8c4a8c80e
(Ffile_symlink_p): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 16 Jan 1994 23:59:56 +0000 |
parents | e7dd5c1d36dc |
children | 0b312b3fa24e |
files | src/fileio.c |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/src/fileio.c Sun Jan 16 23:40:50 1994 +0000 +++ b/src/fileio.c Sun Jan 16 23:59:56 1994 +0000 @@ -2182,9 +2182,9 @@ } DEFUN ("file-symlink-p", Ffile_symlink_p, Sfile_symlink_p, 1, 1, 0, - "If file FILENAME is the name of a symbolic link\n\ -returns the name of the file to which it is linked.\n\ -Otherwise returns NIL.") + "Return non-nil if file FILENAME is the name of a symbolic link.\n\ +The value is the name of the file to which it is linked.\n\ +Otherwise returns nil.") (filename) Lisp_Object filename; {