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:
parent
e831ed3d05
commit
5f9dbd7a12
@ -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
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user