emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/fileio.c


From: Lars Hansen
Subject: [Emacs-diffs] Changes to emacs/src/fileio.c
Date: Thu, 10 Nov 2005 06:57:16 -0500

Index: emacs/src/fileio.c
diff -c emacs/src/fileio.c:1.557 emacs/src/fileio.c:1.558
*** emacs/src/fileio.c:1.557    Thu Oct 20 15:03:10 2005
--- emacs/src/fileio.c  Thu Nov 10 11:57:15 2005
***************
*** 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;
  {




reply via email to

[Prev in Thread] Current Thread [Next in Thread]