diff options
| -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) |