*** /home/lh/cvsroot/emacs/src/fileio.c 2005-10-23 18:19:59.000000000 +0200 --- fileio.c 2005-11-08 20:15:38.392973431 +0100 *************** *** 3392,3399 **** } 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. */) (filename) Lisp_Object filename; { --- 3392,3401 ---- } DEFUN ("file-regular-p", Ffile_regular_p, Sfile_regular_p, 1, 1, 0, ! 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; {