From 0becd64d6320b68911cc84615650a84c021b12e3 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sat, 26 Aug 2017 13:44:41 -0700 Subject: Improve doc for file-name-absolute-p. --- src/fileio.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/fileio.c b/src/fileio.c index 76ea7da0e81..fa694249cb7 100644 --- a/src/fileio.c +++ b/src/fileio.c @@ -2470,8 +2470,8 @@ This happens for interactive use with M-x. */) DEFUN ("file-name-absolute-p", Ffile_name_absolute_p, Sfile_name_absolute_p, 1, 1, 0, - doc: /* Return t if file FILENAME specifies an absolute file name. -On Unix, this is a name starting with a `/' or a `~'. */) + doc: /* Return t if FILENAME is an absolute file name or starts with `~'. +On Unix, absolute file names start with `/'. */) (Lisp_Object filename) { CHECK_STRING (filename); -- cgit v1.3