/[emacs]/emacs/src/fileio.c
ViewVC logotype

Diff of /emacs/src/fileio.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.557 by kfstorm, Thu Oct 20 15:03:10 2005 UTC revision 1.558 by lh, Thu Nov 10 11:57:15 2005 UTC
# Line 3392  searchable directory.  */) Line 3392  searchable directory.  */)
3392  }  }
3393    
3394  DEFUN ("file-regular-p", Ffile_regular_p, Sfile_regular_p, 1, 1, 0,  DEFUN ("file-regular-p", Ffile_regular_p, Sfile_regular_p, 1, 1, 0,
3395         doc: /* Return t if file FILENAME is the name of a regular file.         doc: /* Return t if FILENAME names a regular file.
3396  This is the sort of file that holds an ordinary stream of data bytes.  */)  This is the sort of file that holds an ordinary stream of data bytes.
3397    Symbolic links to regular files count as regular files.
3398    See `file-symlink-p' to distinguish symlinks.  */)
3399       (filename)       (filename)
3400       Lisp_Object filename;       Lisp_Object filename;
3401  {  {

Legend:
Removed from v.1.557  
changed lines
  Added in v.1.558

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26