]> code.delx.au - gnu-emacs/blobdiff - man/ebrowse.texi
Merge from gnus--rel--5.10
[gnu-emacs] / man / ebrowse.texi
index 93c82fbbba04cc673d51bf34dfc4503429d0c3d1..200b2fe6075ed11cb944c90af7e4877190fdf740 100644 (file)
 This file documents Ebrowse, a C++ class browser for GNU Emacs.
 
 Copyright @copyright{} 2000, 2002, 2003, 2004,
-   2005 Free Software Foundation, Inc.
+2005, 2006 Free Software Foundation, Inc.
 
 @quotation
 Permission is granted to copy, distribute and/or modify this document
-under the terms of the GNU Free Documentation License, Version 1.1 or
+under the terms of the GNU Free Documentation License, Version 1.2 or
 any later version published by the Free Software Foundation; with no
 Invariant Sections, with the Front-Cover texts being ``A GNU
 Manual,'' and with the Back-Cover Texts as in (a) below.  A copy of the
@@ -41,7 +41,7 @@ license to the document, as described in section 6 of the license.
 @titlepage
 @title Ebrowse User's Manual
 @sp 4
-@subtitle Ebrowse/Emacs 21
+@subtitle Ebrowse/Emacs
 @sp 1
 @subtitle May 2000
 @sp 5
@@ -59,7 +59,7 @@ Ebrowse.
 @end ifnottex
 
 @menu
-* Overview::                   What is it and now does it work?
+* Overview::                   What is it and how does it work?
 * Generating browser files::   How to process C++ source files
 * Loading a Tree::             How to start browsing
 * Tree Buffers::               Traversing class hierarchies
@@ -979,11 +979,11 @@ a mouse.
 @cindex switching buffers
 
 @table @kbd
-@item TAB
+@item @key{TAB}
 Pop up the tree buffer to which the member buffer belongs.
 
 @item t
-Do the same as @kbd{TAB} but also position the cursor on the class
+Do the same as @key{TAB} but also position the cursor on the class
 displayed in the member buffer.
 @end table
 
@@ -1433,7 +1433,7 @@ command @kbd{C-c b f}, for example, to jump to a specific member.
 @cindex completion
 @cindex symbol completion
 
-The command @kbd{C-c b TAB} completes the symbol in front of point.
+The command @kbd{C-c b @key{TAB}} completes the symbol in front of point.