emacs-devel
[Top][All Lists]
Advanced

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

docstring of file-regular-p


From: Lars Hansen
Subject: docstring of file-regular-p
Date: Tue, 08 Nov 2005 20:32:04 +0100
User-agent: Debian Thunderbird 1.0.2 (X11/20051002)

I suggest to update the docstring of file-regular-p to look like the one
of file-directory-p.
If there are no objections, I will commit in a few days.

*** /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;
  {


reply via email to

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