From: Eli Zaretskii Date: Sat, 25 Sep 2021 07:30:27 +0000 (+0300) Subject: Use explicit man-page section in references X-Git-Tag: emacs-28.0.90~656 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6d37c9bb50f7d88ea0740915795bbc7936f1ec19;p=emacs.git 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). --- diff --git a/lisp/dired-aux.el b/lisp/dired-aux.el index 89efa1840a9..397c5c67cb0 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