emacs-diffs
[Top][All Lists]
Advanced

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

master 6d37c9b: Use explicit man-page section in references


From: Eli Zaretskii
Subject: master 6d37c9b: Use explicit man-page section in references
Date: Sat, 25 Sep 2021 03:32:28 -0400 (EDT)

branch: master
commit 6d37c9bb50f7d88ea0740915795bbc7936f1ec19
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    Use explicit man-page section in references
    
    * lisp/dired-aux.el (dired-do-chmod): Use explicit man-page
    section in the doc string.  This avoids inadvertently showing
    the wrong man page, when several identically-named pages are
    possible in different sections.  E.g., there's also chmod(2).
---
 lisp/dired-aux.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/dired-aux.el b/lisp/dired-aux.el
index 89efa18..397c5c6 100644
--- a/lisp/dired-aux.el
+++ b/lisp/dired-aux.el
@@ -493,7 +493,7 @@ are supported.  Type M-n to pull the file attributes of the 
file
 at point into the minibuffer.
 
 See Info node `(coreutils)File permissions' for more information.
-Alternatively, see the man page for \"chmod\".
+Alternatively, see the man page for \"chmod(1)\".
 
 Note that on MS-Windows only the `w' (write) bit is meaningful:
 resetting it makes the file read-only.  Changing any other bit



reply via email to

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