]> git.eshelyaron.com Git - emacs.git/commitdiff
(ibuffer-do-toggle-read-only): Don't use `iff' in doc-string.
authorGlenn Morris <rgm@gnu.org>
Tue, 26 Feb 2008 04:28:18 +0000 (04:28 +0000)
committerGlenn Morris <rgm@gnu.org>
Tue, 26 Feb 2008 04:28:18 +0000 (04:28 +0000)
lisp/ibuffer.el

index e3cd51af373859fe5637a4e4660a08e54c4f9437..22c4f465e1d115d8261e866821a781ce2fb21b43 100644 (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)