From 320d3e682f74dbbe0d52ec7f611eae1baa0e425b Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Tue, 26 Feb 2008 04:28:18 +0000 Subject: [PATCH] (ibuffer-do-toggle-read-only): Don't use `iff' in doc-string. --- lisp/ibuffer.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/ibuffer.el b/lisp/ibuffer.el index e3cd51af373..22c4f465e1d 100644 --- a/lisp/ibuffer.el +++ b/lisp/ibuffer.el @@ -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)