]> code.delx.au - gnu-emacs/blobdiff - doc/misc/ebrowse.texi
Merge from trunk.
[gnu-emacs] / doc / misc / ebrowse.texi
index 522469aadeaf3ebc71b3ff894e98991596bda3da..19ee9705484463f54452b0ce384fd7eb8c015990 100644 (file)
@@ -10,8 +10,7 @@
 @copying
 This file documents Ebrowse, a C++ class browser for GNU Emacs.
 
-Copyright @copyright{} 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
-2008, 2009, 2010  Free Software Foundation, Inc.
+Copyright @copyright{} 2000-2011  Free Software Foundation, Inc.
 
 @quotation
 Permission is granted to copy, distribute and/or modify this document
@@ -27,9 +26,9 @@ developing GNU and promoting software freedom.''
 @end quotation
 @end copying
 
-@dircategory Emacs
+@dircategory Emacs misc features
 @direntry
-* Ebrowse: (ebrowse).   A C++ class browser for Emacs.
+* Ebrowse: (ebrowse).           A C++ class browser for Emacs.
 @end direntry
 
 @titlepage
@@ -47,6 +46,7 @@ developing GNU and promoting software freedom.''
 
 @ifnottex
 @node Top, Overview, (dir), (dir)
+@top Ebrowse
 
 You can browse C++ class hierarchies from within Emacs by using
 Ebrowse.
@@ -625,17 +625,15 @@ given by a prefix argument.
 Here is an example of a tree buffer with file names displayed.
 
 @example
-|  Collection          (unknown)
-|    IndexedCollection (indexedcltn.h)
-|      Array           (array.h)
-|        FixedArray    (fixedarray.h)
-|    Set               (set.h)
-|    Dictionary                (dict.h)
+|  Collection           (unknown)
+|    IndexedCollection  (indexedcltn.h)
+|      Array            (array.h)
+|        FixedArray     (fixedarray.h)
+|    Set                (set.h)
+|    Dictionary         (dict.h)
 @end example
 
 
-
-
 @node Expanding and Collapsing, Tree Indentation, File Name Display, Tree Buffers
 @comment  node-name,  next,  previous,  up
 @section Expanding and Collapsing a Tree
@@ -1453,7 +1451,3 @@ in on with the command @kbd{C-c C-m m}.
 @printindex cp
 
 @bye
-
-@ignore
-   arch-tag: 52fe78ac-a1c4-48e7-815e-0a31acfad4bf
-@end ignore