changeset 66795:5d82816877e3

(file-regular-p): Doc fix.
author Lars Hansen <larsh@soem.dk>
date Thu, 10 Nov 2005 11:57:15 +0000
parents 7d81ad6c62ef
children eb56e6f1ff40
files src/fileio.c
diffstat 1 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/fileio.c	Thu Nov 10 08:07:23 2005 +0000
+++ b/src/fileio.c	Thu Nov 10 11:57:15 2005 +0000
@@ -3392,8 +3392,10 @@
 }
 
 DEFUN ("file-regular-p", Ffile_regular_p, Sfile_regular_p, 1, 1, 0,
-       doc: /* Return t if file FILENAME is the name of a regular file.
-This is the sort of file that holds an ordinary stream of data bytes.  */)
+       doc: /* Return t if FILENAME names a regular file.
+This is the sort of file that holds an ordinary stream of data bytes.
+Symbolic links to regular files count as regular files.
+See `file-symlink-p' to distinguish symlinks.  */)
      (filename)
      Lisp_Object filename;
 {