aboutsummaryrefslogtreecommitdiffstats
path: root/doc/lispref
diff options
context:
space:
mode:
authorPaul Eggert2017-08-26 13:44:41 -0700
committerPaul Eggert2017-08-26 13:45:25 -0700
commit0becd64d6320b68911cc84615650a84c021b12e3 (patch)
tree12e96fa15c8283a8c6bd415fbc0198e8ec9fec89 /doc/lispref
parentcc7530cae09b0aa4d648d92ca0f82c81439a6b34 (diff)
downloademacs-0becd64d6320b68911cc84615650a84c021b12e3.tar.gz
emacs-0becd64d6320b68911cc84615650a84c021b12e3.zip
Improve doc for file-name-absolute-p.
Diffstat (limited to 'doc/lispref')
-rw-r--r--doc/lispref/files.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/files.texi b/doc/lispref/files.texi
index bb355f1ee35..f701d683703 100644
--- a/doc/lispref/files.texi
+++ b/doc/lispref/files.texi
@@ -2119,7 +2119,7 @@ backslash, or with a drive specification @samp{@var{x}:/}, where
2119 2119
2120@defun file-name-absolute-p filename 2120@defun file-name-absolute-p filename
2121This function returns @code{t} if file @var{filename} is an absolute 2121This function returns @code{t} if file @var{filename} is an absolute
2122file name, @code{nil} otherwise. 2122file name or begins with @samp{~}, @code{nil} otherwise.
2123 2123
2124@example 2124@example
2125@group 2125@group