]> git.eshelyaron.com Git - emacs.git/commitdiff
* 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 eba439b46d7994546cdbd0be5ac6cceed1285222..4d08b2ee1abaf23a8129fc37bd35a1dd485f159c 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 146ba61a517bda57881690f19d2c7958631e772b..de36c6c86ce97f50a92953b35c7e9be98d8fee46 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)