diff options
author | Stefan Kangas <stefan@marxist.se> | 2021-09-25 04:00:09 +0200 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2021-09-25 04:00:37 +0200 |
commit | 988428df7d1fc071bea5fbe7ed696f4bf62f3b5c (patch) | |
tree | 4cfce115a32430f7536c161b7a589864ee9c98be /lisp | |
parent | 091791933704cd706f90c1685ac4b35f51c98199 (diff) | |
download | emacs-988428df7d1fc071bea5fbe7ed696f4bf62f3b5c.tar.gz emacs-988428df7d1fc071bea5fbe7ed696f4bf62f3b5c.tar.bz2 emacs-988428df7d1fc071bea5fbe7ed696f4bf62f3b5c.zip |
* lisp/dired-aux.el (dired-do-chmod): Simplify docstring.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/dired-aux.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/dired-aux.el b/lisp/dired-aux.el index 1bb5b929353..89efa1840a9 100644 --- a/lisp/dired-aux.el +++ b/lisp/dired-aux.el @@ -493,8 +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\", using the command -\\[man] in Emacs. +Alternatively, see the man page for \"chmod\". Note that on MS-Windows only the `w' (write) bit is meaningful: resetting it makes the file read-only. Changing any other bit |