all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Lars Hansen <larsh@soem.dk>
Subject: docstring of file-regular-p
Date: Tue, 08 Nov 2005 20:32:04 +0100	[thread overview]
Message-ID: <4370FD34.4000303@soem.dk> (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

             reply	other threads:[~2005-11-08 19:32 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-11-08 19:32 Lars Hansen [this message]
2005-11-09  2:57 ` docstring of file-regular-p Richard M. Stallman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4370FD34.4000303@soem.dk \
    --to=larsh@soem.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.