summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Gildea <stepheng+emacs@gildea.com>2021-09-10 20:21:34 -0700
committerStephen Gildea <stepheng+emacs@gildea.com>2021-09-10 20:22:47 -0700
commit252a769b11689d13796db6f76c2935374796b079 (patch)
tree437651e08aa791e7ca924e812d087d568557cd2b
parentedc93a5ce6a377e9b4a1b355c494196ba0aea376 (diff)
downloademacs-252a769b11689d13796db6f76c2935374796b079.tar.gz
; * doc/lispref/files.texi (Changing Files): Fix xref to file-modes.
'file-modes' is in node "Testing Accessibility", not "File Attributes".
-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 4235c4900a3..3b1f2d5cb80 100644
--- a/doc/lispref/files.texi
+++ b/doc/lispref/files.texi
@@ -1824,7 +1824,7 @@ Interactively, @var{mode} is read from the minibuffer using
@code{read-file-modes} (see below), which lets the user type in either
an integer or a string representing the permissions symbolically.
-@xref{File Attributes}, for the function @code{file-modes}, which
+@xref{Testing Accessibility}, for the function @code{file-modes}, which
returns the permissions of a file.
@end deffn