summaryrefslogtreecommitdiff
path: root/doc/lispref/files.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/lispref/files.texi')
-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
@defun file-name-absolute-p filename
This function returns @code{t} if file @var{filename} is an absolute
-file name, @code{nil} otherwise.
+file name or begins with @samp{~}, @code{nil} otherwise.
@example
@group