aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc/ebrowse.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/misc/ebrowse.texi')
-rw-r--r--doc/misc/ebrowse.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/misc/ebrowse.texi b/doc/misc/ebrowse.texi
index 19ee9705484..6db27a38808 100644
--- a/doc/misc/ebrowse.texi
+++ b/doc/misc/ebrowse.texi
@@ -10,7 +10,7 @@
10@copying 10@copying
11This file documents Ebrowse, a C++ class browser for GNU Emacs. 11This file documents Ebrowse, a C++ class browser for GNU Emacs.
12 12
13Copyright @copyright{} 2000-2011 Free Software Foundation, Inc. 13Copyright @copyright{} 2000-2012 Free Software Foundation, Inc.
14 14
15@quotation 15@quotation
16Permission is granted to copy, distribute and/or modify this document 16Permission is granted to copy, distribute and/or modify this document
@@ -149,7 +149,7 @@ importantly you can find or view member declarations and definitions
149with a keystroke. @xref{Member Buffers}. 149with a keystroke. @xref{Member Buffers}.
150 150
151These two buffer types and the commands they provide support the 151These two buffer types and the commands they provide support the
152navigational use of the browser. The second form resembles Emacs' Tags 152navigational use of the browser. The second form resembles Emacs's Tags
153package for C and other procedural languages. Ebrowse's commands of 153package for C and other procedural languages. Ebrowse's commands of
154this type are not confined to special buffers; they are most often used 154this type are not confined to special buffers; they are most often used
155while you are editing your source code. 155while you are editing your source code.
@@ -482,7 +482,7 @@ name.
482@table @kbd 482@table @kbd
483@item SPC 483@item SPC
484This command views the class declaration if the database 484This command views the class declaration if the database
485contains informations about it. If you don't parse the entire source 485contains information about it. If you don't parse the entire source
486you are working on, some classes will only be known to exist but the 486you are working on, some classes will only be known to exist but the
487location of their declarations and definitions will not be known.@refill 487location of their declarations and definitions will not be known.@refill
488 488