From: Juri Linkov Date: Wed, 23 Jul 2008 23:56:47 +0000 (+0000) Subject: (Buffer-menu-mode): Document new commands in docstring. X-Git-Tag: emacs-pretest-23.0.90~3938 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1fbb8c2e7d23e83a5492e73e0208abf47bf5c95e;p=emacs.git (Buffer-menu-mode): Document new commands in docstring. --- diff --git a/lisp/buff-menu.el b/lisp/buff-menu.el index 791fb27d212..e3150e42988 100644 --- a/lisp/buff-menu.el +++ b/lisp/buff-menu.el @@ -178,6 +178,8 @@ Letters do not insert themselves; instead, they are commands. \\[Buffer-menu-1-window] -- select that buffer in full-frame window. \\[Buffer-menu-2-window] -- select that buffer in one window, together with buffer selected before this one in another window. +\\[Buffer-menu-isearch-buffers] -- Do incremental search in the marked buffers. +\\[Buffer-menu-isearch-buffers-regexp] -- Isearch for regexp in the marked buffers. \\[Buffer-menu-visit-tags-table] -- visit-tags-table this buffer. \\[Buffer-menu-not-modified] -- clear modified-flag on that buffer. \\[Buffer-menu-save] -- mark that buffer to be saved, and move down.