# HG changeset patch # User Glenn Morris # Date 1204000098 0 # Node ID bafdf3c04297f599d9abef230c32054860286a90 # Parent b14cdce74f4c77441e4d7c09705eb93d592c7339 (ibuffer-do-toggle-read-only): Don't use `iff' in doc-string. diff -r b14cdce74f4c -r bafdf3c04297 lisp/ibuffer.el --- a/lisp/ibuffer.el Tue Feb 26 04:27:39 2008 +0000 +++ b/lisp/ibuffer.el Tue Feb 26 04:28:18 2008 +0000 @@ -1259,7 +1259,7 @@ (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)