From: Xue Fuqiao Date: Wed, 12 Jun 2013 11:42:12 +0000 (+0800) Subject: * lisp/ibuf-ext.el (ibuffer-mark-help-buffers): Doc fix. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~2016^2~145^2 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5f9dbd7a1241239b5376435e96fbd9dbfa65e0f5;p=emacs.git * lisp/ibuf-ext.el (ibuffer-mark-help-buffers): Doc fix. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index eba439b46d7..4d08b2ee1ab 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2013-06-12 Xue Fuqiao + + * ibuf-ext.el (ibuffer-mark-help-buffers): Doc fix. + 2013-06-12 Andreas Schwab * international/mule.el (auto-coding-alist): Use utf-8-emacs-unix 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)