; * doc/lispref/files.texi (Changing Files): Fix xref to file-modes.

'file-modes' is in node "Testing Accessibility", not "File Attributes".
This commit is contained in:
Stephen Gildea 2021-09-10 20:21:34 -07:00
parent edc93a5ce6
commit 252a769b11

View file

@ -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