emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/man/ebrowse.texi


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/man/ebrowse.texi
Date: Fri, 04 Apr 2003 01:23:32 -0500

Index: emacs/man/ebrowse.texi
diff -c emacs/man/ebrowse.texi:1.12 emacs/man/ebrowse.texi:1.13
*** emacs/man/ebrowse.texi:1.12 Wed Oct  2 19:24:31 2002
--- emacs/man/ebrowse.texi      Tue Feb  4 09:53:27 2003
***************
*** 33,39 ****
  @end copying
  
  @dircategory Emacs
! @direntry 
  * Ebrowse: (ebrowse).   A C++ class browser for Emacs.
  @end direntry
  
--- 33,39 ----
  @end copying
  
  @dircategory Emacs
! @direntry
  * Ebrowse: (ebrowse).   A C++ class browser for Emacs.
  @end direntry
  
***************
*** 94,100 ****
  
  The design of Ebrowse reflects these two needs.
  
! How does it work? 
  
  @cindex parser for C++ sources
  A fast parser written in C is used to process C++ source files.
--- 94,100 ----
  
  The design of Ebrowse reflects these two needs.
  
! How does it work?
  
  @cindex parser for C++ sources
  A fast parser written in C is used to process C++ source files.
***************
*** 288,294 ****
  (add-to-list 'auto-mode-alist '(@var{NAME} . ebrowse-tree-mode))
  @end lisp
  
! @noindent 
  where @var{NAME} is the Lisp data base name you are using.
  
  @findex --append
--- 288,294 ----
  (add-to-list 'auto-mode-alist '(@var{NAME} . ebrowse-tree-mode))
  @end lisp
  
! @noindent
  where @var{NAME} is the Lisp data base name you are using.
  
  @findex --append
***************
*** 621,627 ****
  
  @item s
  Display file names for the current line, or for the number of lines
! given by a prefix argument. 
  @end table
  
  Here is an example of a tree buffer with file names displayed.
--- 621,627 ----
  
  @item s
  Display file names for the current line, or for the number of lines
! given by a prefix argument.
  @end table
  
  Here is an example of a tree buffer with file names displayed.
***************
*** 664,670 ****
  @table @kbd
  @item -
  This command collapses the branch of the tree starting at the class the
! cursor is on. 
  
  @item +
  This command expands the branch of the tree starting at the class the
--- 664,670 ----
  @table @kbd
  @item -
  This command collapses the branch of the tree starting at the class the
! cursor is on.
  
  @item +
  This command expands the branch of the tree starting at the class the
***************
*** 760,766 ****
  @item M t
  Toggle the mark of the line point is in or for as many lines as given by
  a prefix command.  This command can also be found in the class' context
! menu. 
  
  @cindex unmark all
  @item M a
--- 760,766 ----
  @item M t
  Toggle the mark of the line point is in or for as many lines as given by
  a prefix command.  This command can also be found in the class' context
! menu.
  
  @cindex unmark all
  @item M a
***************
*** 861,867 ****
  @item L f
  Switch to the list of member functions.
  
! @cindex static 
  @item L F
  Switch to the list of static member functions.
  
--- 861,867 ----
  @item L f
  Switch to the list of member functions.
  
! @cindex static
  @item L F
  Switch to the list of static member functions.
  
***************
*** 880,886 ****
  
  Both commands cycle through the member list.
  
! Most of the commands are also available from the member buffer's 
  context menu.
  
  
--- 880,886 ----
  
  Both commands cycle through the member list.
  
! Most of the commands are also available from the member buffer's
  context menu.
  
  
***************
*** 996,1002 ****
  
  @table @kbd
  @cindex @code{public} members
! @item F a u 
  This command toggles the display of @code{public} members.  The
  @samp{a} stands for `access'.
  
--- 996,1002 ----
  
  @table @kbd
  @cindex @code{public} members
! @item F a u
  This command toggles the display of @code{public} members.  The
  @samp{a} stands for `access'.
  
***************
*** 1217,1223 ****
  This command forces a redisplay of the member buffer.  If the width
  of the window displaying the member buffer is changed this command
  redraws the member list with the appropriate column widths and number of
! columns. 
  @end table
  
  
--- 1217,1223 ----
  This command forces a redisplay of the member buffer.  If the width
  of the window displaying the member buffer is changed this command
  redraws the member list with the appropriate column widths and number of
! columns.
  @end table
  
  
***************
*** 1348,1354 ****
  the next position stored in the position stack.
  
  @item C-c b p
! Displays an electric buffer showing all positions saved in the stack. 
  You can select a position by pressing @kbd{SPC} in a line.  You can
  view a position with @kbd{v}.
  @end table
--- 1348,1354 ----
  the next position stored in the position stack.
  
  @item C-c b p
! Displays an electric buffer showing all positions saved in the stack.
  You can select a position by pressing @kbd{SPC} in a line.  You can
  view a position with @kbd{v}.
  @end table
***************
*** 1388,1394 ****
  the operation with this command.
  
  @item C-c b n
! This restarts the last tags operation with the next file in the list. 
  @end table
  
  
--- 1388,1394 ----
  the operation with this command.
  
  @item C-c b n
! This restarts the last tags operation with the next file in the list.
  @end table
  
  
***************
*** 1410,1416 ****
  
  @node Apropos, Symbol Completion, Members in Files, Tags-like Functions
  @comment  node-name,       next,       previous,      up
! @section Member Apropos 
  @cindex apropos on class members
  @cindex members, matching regexp
  
--- 1410,1416 ----
  
  @node Apropos, Symbol Completion, Members in Files, Tags-like Functions
  @comment  node-name,       next,       previous,      up
! @section Member Apropos
  @cindex apropos on class members
  @cindex members, matching regexp
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]