1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-07 06:50:23 -08:00

* lisp/wdired.el: Doc fix; don't mention obsolete variable.

This commit is contained in:
Stefan Kangas 2022-08-25 17:11:05 +02:00
parent 2ccefef4c7
commit 92e90297f9

View file

@ -46,11 +46,11 @@
;; - Change the target of symbolic links. ;; - Change the target of symbolic links.
;; ;;
;; - Change the permission bits of the filenames (in systems with a ;; - Change the permission bits of the filenames (in systems with a
;; working unix-alike `dired-chmod-program'). See and customize the ;; working unix-alike "chmod"). See and customize the variable
;; variable `wdired-allow-to-change-permissions'. To change a single ;; `wdired-allow-to-change-permissions'. To change a single char
;; char (toggling between its two more usual values) you can press ;; (toggling between its two more usual values) you can press the
;; the space bar over it or left-click the mouse. To set any char to ;; space bar over it or left-click the mouse. To set any char to a
;; an specific value (this includes the SUID, SGID and STI bits) you ;; specific value (this includes the SUID, SGID and STI bits) you
;; can use the key labeled as the letter you want. Please note that ;; can use the key labeled as the letter you want. Please note that
;; permissions of the links cannot be changed in that way, because ;; permissions of the links cannot be changed in that way, because
;; the change would affect to their targets, and this would not be ;; the change would affect to their targets, and this would not be
@ -127,8 +127,8 @@ If `advanced', the bits are freely editable. You can use
newlines), but if you want your changes to be useful, you better put a newlines), but if you want your changes to be useful, you better put a
intelligible value. intelligible value.
Anyway, the real change of the permissions is done by the external The real change of the permissions is done by the external
program `dired-chmod-program', which must exist." program \"chmod\", which must exist."
:type '(choice (const :tag "Not allowed" nil) :type '(choice (const :tag "Not allowed" nil)
(const :tag "Toggle/set bits" t) (const :tag "Toggle/set bits" t)
(other :tag "Bits freely editable" advanced))) (other :tag "Bits freely editable" advanced)))