1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-26 07:33:47 +00:00

* lisp/ibuf-ext.el (ibuffer-mark-help-buffers): Doc fix.

This commit is contained in:
Xue Fuqiao 2013-06-12 19:42:12 +08:00
parent e831ed3d05
commit 5f9dbd7a12
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
* ibuf-ext.el (ibuffer-mark-help-buffers): Doc fix.
2013-06-12 Andreas Schwab <schwab@suse.de>
* international/mule.el (auto-coding-alist): Use utf-8-emacs-unix

View File

@ -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)