diff options
author | Juri Linkov <juri@jurta.org> | 2008-07-23 23:56:47 +0000 |
---|---|---|
committer | Juri Linkov <juri@jurta.org> | 2008-07-23 23:56:47 +0000 |
commit | 1fbb8c2e7d23e83a5492e73e0208abf47bf5c95e (patch) | |
tree | cf6895f1aff0b7cc0a59540ed2aeb08e969a6249 /lisp | |
parent | 78176075a0c492efec40b13d9de79868edf3b29a (diff) | |
download | emacs-1fbb8c2e7d23e83a5492e73e0208abf47bf5c95e.tar.gz emacs-1fbb8c2e7d23e83a5492e73e0208abf47bf5c95e.tar.bz2 emacs-1fbb8c2e7d23e83a5492e73e0208abf47bf5c95e.zip |
(Buffer-menu-mode): Document new commands in docstring.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/buff-menu.el | 2 |
1 files changed, 2 insertions, 0 deletions
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. |