aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-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