* lisp/ibuf-ext.el (ibuffer-mark-help-buffers): Doc fix.
authorXue Fuqiao <xfq.free@gmail.com>
Wed, 12 Jun 2013 11:42:12 +0000 (19:42 +0800)
committerXue Fuqiao <xfq.free@gmail.com>
Wed, 12 Jun 2013 11:42:12 +0000 (19:42 +0800)
lisp/ChangeLog
lisp/ibuf-ext.el

index eba439b..4d08b2e 100644 (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
index 146ba61..de36c6c 100644 (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)