unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* docstring of file-regular-p
@ 2005-11-08 19:32 Lars Hansen
  2005-11-09  2:57 ` Richard M. Stallman
  0 siblings, 1 reply; 2+ messages in thread
From: Lars Hansen @ 2005-11-08 19:32 UTC (permalink / raw)


[-- Attachment #1: Type: text/plain, Size: 152 bytes --]

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.


[-- Attachment #2: fileio.diff --]
[-- Type: text/x-patch, Size: 830 bytes --]

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


[-- Attachment #3: Type: text/plain, Size: 142 bytes --]

_______________________________________________
Emacs-devel mailing list
Emacs-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-devel

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: docstring of file-regular-p
  2005-11-08 19:32 docstring of file-regular-p Lars Hansen
@ 2005-11-09  2:57 ` Richard M. Stallman
  0 siblings, 0 replies; 2+ messages in thread
From: Richard M. Stallman @ 2005-11-09  2:57 UTC (permalink / raw)
  Cc: emacs-devel

    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.

Ok.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-11-09  2:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-11-08 19:32 docstring of file-regular-p Lars Hansen
2005-11-09  2:57 ` Richard M. Stallman

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).