Mercurial > emacs
changeset 92226:bafdf3c04297
(ibuffer-do-toggle-read-only): Don't use `iff' in doc-string.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Tue, 26 Feb 2008 04:28:18 +0000 |
parents | b14cdce74f4c |
children | a68825f42cef |
files | lisp/ibuffer.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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)