]> git.eshelyaron.com Git - emacs.git/commitdiff
; * doc/lispref/files.texi (Changing Files): Fix xref to file-modes.
authorStephen Gildea <stepheng+emacs@gildea.com>
Sat, 11 Sep 2021 03:21:34 +0000 (20:21 -0700)
committerStephen Gildea <stepheng+emacs@gildea.com>
Sat, 11 Sep 2021 03:22:47 +0000 (20:22 -0700)
'file-modes' is in node "Testing Accessibility", not "File Attributes".

doc/lispref/files.texi

index 4235c4900a37e0f80fc918f22af1851849333558..3b1f2d5cb80cb5d6bbd97d062852d2a42bf7aa82 100644 (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