+2005-11-10 Lars Hansen <larsh@soem.dk>
+
+ * fileio.c (file-regular-p): Doc fix.
+
2005-11-10 Kim F. Storm <storm@cua.dk>
* alloc.c (valid_lisp_object_p): New function to validate that
}
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;
{