]> code.delx.au - gnu-emacs/blobdiff - man/ebrowse.texi
(Window Size X): Document the new full-screen options.
[gnu-emacs] / man / ebrowse.texi
index 187046ce603dfed085575faca96fbd0330ebd0da..230c37054093653a1463f7605e23da8256975935 100644 (file)
@@ -8,38 +8,31 @@
 @comment %**end of header
 
 @ifinfo
 @comment %**end of header
 
 @ifinfo
+@dircategory Emacs
 @direntry 
 @direntry 
-* Ebrowse::   A C++ class browser for Emacs.
+* Ebrowse: (ebrowse).   A C++ class browser for Emacs.
 @end direntry
 
 This file documents Ebrowse, a C++ class browser for GNU Emacs.
 
 @end direntry
 
 This file documents Ebrowse, a C++ class browser for GNU Emacs.
 
-Copyright @copyright{} 1992--1999, 2000 Free Software Foundation, Inc.
-
-Permission is granted to make and distribute verbatim copies of
-this manual provided the copyright notice and this permission notice
-are preserved on all copies.
-
-@ignore
-Permission is granted to process this file through TeX and print the
-results, provided the printed document carries copying permission
-notice identical to this one except for the removal of this paragraph
-(this paragraph not being relevant to the printed manual).
-
-@end ignore
-Permission is granted to copy and distribute modified versions of this
-manual under the conditions for verbatim copying, provided also that the
-sections entitled ``The GNU Manifesto'', ``Distribution'' and ``GNU
-General Public License'' are included exactly as in the original, and
-provided that the entire resulting derived work is distributed under the
-terms of a permission notice identical to this one.
-
-Permission is granted to copy and distribute translations of this manual
-into another language, under the above conditions for modified versions,
-except that the sections entitled ``The GNU Manifesto'',
-``Distribution'' and ``GNU General Public License'' may be included in a
-translation approved by the Free Software Foundation instead of in the
-original English.
+Copyright @copyright{} 2000 Free Software Foundation, Inc.
+
+Permission is granted to copy, distribute and/or modify this document
+under the terms of the GNU Free Documentation License, Version 1.1 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
+license is included in the section entitled ``GNU Free Documentation
+License'' in the Emacs manual.
+
+(a) The FSF's Back-Cover Text is: ``You have freedom to copy and modify
+this GNU Manual, like GNU software.  Copies published by the Free
+Software Foundation raise funds for GNU development.''
+
+This document is part of a collection distributed under the GNU Free
+Documentation License.  If you want to distribute this document
+separately from the collection, you can do so by adding a copy of the
+license to the document, as described in section 6 of the license.
 @end ifinfo
 
 @iftex
 @end ifinfo
 
 @iftex
@@ -57,9 +50,23 @@ original English.
 @noindent
 Copyright @copyright{} 2000 Free Software Foundation, Inc.
 
 @noindent
 Copyright @copyright{} 2000 Free Software Foundation, Inc.
 
-Permission is granted to make and distribute verbatim copies of
-this manual provided the copyright notice and this permission notice
-are preserved on all copies.
+
+Permission is granted to copy, distribute and/or modify this document
+under the terms of the GNU Free Documentation License, Version 1.1 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
+license is included in the section entitled ``GNU Free Documentation
+License'' in the Emacs manual.
+
+(a) The FSF's Back-Cover Text is: ``You have freedom to copy and modify
+this GNU Manual, like GNU software.  Copies published by the Free
+Software Foundation raise funds for GNU development.''
+
+This document is part of a collection distributed under the GNU Free
+Documentation License.  If you want to distribute this document
+separately from the collection, you can do so by adding a copy of the
+license to the document, as described in section 6 of the license.
 @end titlepage
 @page
 @end iftex
 @end titlepage
 @page
 @end iftex
@@ -310,7 +317,8 @@ where @var{NAME} is the Lisp data base name you are using.
 @item --append
 By default, each run of @command{ebrowse} erases the old contents of the
 output file when writing to it.  You can instruct @command{ebrowse} to
 @item --append
 By default, each run of @command{ebrowse} erases the old contents of the
 output file when writing to it.  You can instruct @command{ebrowse} to
-append its output to an existing file with this command line option.
+append its output to an existing file produced by @command{ebrowse}
+with this command line option.
 @end table
 
 
 @end table
 
 
@@ -433,15 +441,15 @@ An example of a tree buffer display is shown below.
 
 @cindex mouse highlight in tree buffers
 When you run Emacs on a display which supports colors and the mouse, you
 
 @cindex mouse highlight in tree buffers
 When you run Emacs on a display which supports colors and the mouse, you
-will notice that that certain areas in the tree buffer are highlighted
+will notice that certain areas in the tree buffer are highlighted
 when you move the mouse over them.  This highlight marks mouse-sensitive
 regions in the buffer.  Please notice the help strings in the echo area
 when the mouse moves over a sensitive region.
 
 @cindex context menu
 when you move the mouse over them.  This highlight marks mouse-sensitive
 regions in the buffer.  Please notice the help strings in the echo area
 when the mouse moves over a sensitive region.
 
 @cindex context menu
-A click with @kbd{mouse-3} on a mouse-sensitive region opens a context
+A click with @kbd{Mouse-3} on a mouse-sensitive region opens a context
 menu.  In addition to this, each buffer also has a buffer-specific menu
 menu.  In addition to this, each buffer also has a buffer-specific menu
-that is opened with a click with @kbd{mouse-3} somewhere in the buffer
+that is opened with a click with @kbd{Mouse-3} somewhere in the buffer
 where no highlight is displayed.
 
 
 where no highlight is displayed.
 
 
@@ -508,7 +516,7 @@ editing.@refill
 @end table
 
 The same functionality is available from the menu opened with
 @end table
 
 The same functionality is available from the menu opened with
-@kbd{mouse-3} on the class name.
+@kbd{Mouse-3} on the class name.
 
 
 
 
 
 
@@ -572,7 +580,7 @@ Display a list of types.
 @end table
 
 These lists are also available from the class' context menu invoked with
 @end table
 
 These lists are also available from the class' context menu invoked with
-@kbd{mouse-3} on the class name.
+@kbd{Mouse-3} on the class name.
 
 
 
 
 
 
@@ -932,7 +940,7 @@ You can install a hook function to perform actions after a member or
 class declaration or definition has been found, or when it is not found.
 
 All the commands described above can also be found in the context menu
 class declaration or definition has been found, or when it is not found.
 
 All the commands described above can also be found in the context menu
-displayed when clicking @kbd{mouse-2} on a member name.
+displayed when clicking @kbd{Mouse-2} on a member name.
 
 
 
 
 
 
@@ -1057,7 +1065,7 @@ These commands are also found in the buffer's context menu.
 @item D a
 Toggle the display of member attributes (default is on).
 
 @item D a
 Toggle the display of member attributes (default is on).
 
-The nine member attributes Ebrowse knows about are are displayed
+The nine member attributes Ebrowse knows about are displayed
 as a list a single-characters flags enclosed in angle brackets in front
 the of the member's name.  A @samp{-} at a given position means that
 the attribute is false.  The list of attributes from left to right is
 as a list a single-characters flags enclosed in angle brackets in front
 the of the member's name.  A @samp{-} at a given position means that
 the attribute is false.  The list of attributes from left to right is