diff options
author | Xue Fuqiao <xfq.free@gmail.com> | 2013-06-12 19:42:12 +0800 |
---|---|---|
committer | Xue Fuqiao <xfq.free@gmail.com> | 2013-06-12 19:42:12 +0800 |
commit | 5f9dbd7a1241239b5376435e96fbd9dbfa65e0f5 (patch) | |
tree | f190583afd97cfbe22f5ffe3a86e318ee82dfbf3 /lisp/ibuf-ext.el | |
parent | e831ed3d0534df962c1fd7f0d06d0a99e1cd9c53 (diff) | |
download | emacs-5f9dbd7a1241239b5376435e96fbd9dbfa65e0f5.tar.gz |
* lisp/ibuf-ext.el (ibuffer-mark-help-buffers): Doc fix.
Diffstat (limited to 'lisp/ibuf-ext.el')
-rw-r--r-- | lisp/ibuf-ext.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ibuf-ext.el b/lisp/ibuf-ext.el index 146ba61a517..de36c6c86ce 100644 --- a/lisp/ibuf-ext.el +++ b/lisp/ibuf-ext.el @@ -1523,7 +1523,7 @@ You can then feed the file name(s) to other commands with \\[yank]." ;;;###autoload (defun ibuffer-mark-help-buffers () - "Mark buffers like *Help*, *Apropos*, *Info*." + "Mark buffers whose major mode is in variable `ibuffer-help-buffer-modes'." (interactive) (ibuffer-mark-on-buffer #'(lambda (buf) |