emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-27 252a769: ; * doc/lispref/files.texi (Changing Files): Fix xref


From: Stephen Gildea
Subject: emacs-27 252a769: ; * doc/lispref/files.texi (Changing Files): Fix xref to file-modes.
Date: Fri, 10 Sep 2021 23:23:15 -0400 (EDT)

branch: emacs-27
commit 252a769b11689d13796db6f76c2935374796b079
Author: Stephen Gildea <stepheng+emacs@gildea.com>
Commit: Stephen Gildea <stepheng+emacs@gildea.com>

    ; * doc/lispref/files.texi (Changing Files): Fix xref to file-modes.
    
    'file-modes' is in node "Testing Accessibility", not "File Attributes".
---
 doc/lispref/files.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/lispref/files.texi b/doc/lispref/files.texi
index 4235c49..3b1f2d5 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
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]