projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
edc93a5
)
; * doc/lispref/files.texi (Changing Files): Fix xref to file-modes.
author
Stephen Gildea
<stepheng+emacs@gildea.com>
Sat, 11 Sep 2021 03:21:34 +0000
(20:21 -0700)
committer
Stephen 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
patch
|
blob
|
history
diff --git
a/doc/lispref/files.texi
b/doc/lispref/files.texi
index 4235c4900a37e0f80fc918f22af1851849333558..3b1f2d5cb80cb5d6bbd97d062852d2a42bf7aa82 100644
(file)
--- 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