diff options
| author | Glenn Morris | 2008-02-26 04:28:18 +0000 |
|---|---|---|
| committer | Glenn Morris | 2008-02-26 04:28:18 +0000 |
| commit | 320d3e682f74dbbe0d52ec7f611eae1baa0e425b (patch) | |
| tree | ce1386afa9e576a667ea3332dfedfb60264b3b13 | |
| parent | fb4c5fe1997eb09db206766bfef8b43c599b9468 (diff) | |
| download | emacs-320d3e682f74dbbe0d52ec7f611eae1baa0e425b.tar.gz emacs-320d3e682f74dbbe0d52ec7f611eae1baa0e425b.zip | |
(ibuffer-do-toggle-read-only): Don't use `iff' in doc-string.
| -rw-r--r-- | lisp/ibuffer.el | 2 |
1 files changed, 1 insertions, 1 deletions
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." | |||
| 1259 | 1259 | ||
| 1260 | (define-ibuffer-op ibuffer-do-toggle-read-only (&optional arg) | 1260 | (define-ibuffer-op ibuffer-do-toggle-read-only (&optional arg) |
| 1261 | "Toggle read only status in marked buffers. | 1261 | "Toggle read only status in marked buffers. |
| 1262 | With ARG, set read-only iff arg is positive." | 1262 | With optional ARG, make read-only only if ARG is positive." |
| 1263 | (:opstring "toggled read only status in" | 1263 | (:opstring "toggled read only status in" |
| 1264 | :interactive "P" | 1264 | :interactive "P" |
| 1265 | :modifier-p t) | 1265 | :modifier-p t) |