1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-23 10:34:07 +00:00

(ibuffer-do-toggle-read-only): Don't use `iff' in doc-string.

This commit is contained in:
Glenn Morris 2008-02-26 04:28:18 +00:00
parent fb4c5fe199
commit 320d3e682f

View File

@ -1259,7 +1259,7 @@ a new window in the current frame, splitting vertically."
(define-ibuffer-op ibuffer-do-toggle-read-only (&optional arg)
"Toggle read only status in marked buffers.
With ARG, set read-only iff arg is positive."
With optional ARG, make read-only only if ARG is positive."
(:opstring "toggled read only status in"
:interactive "P"
:modifier-p t)