X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/ab5796a9f97180707734a81320e3eb81937281fe..937640a621a4ce2e5e56eaecca37a2a28a584318:/man/speedbar.texi diff --git a/man/speedbar.texi b/man/speedbar.texi index 0ea8327e51..62cce0024a 100644 --- a/man/speedbar.texi +++ b/man/speedbar.texi @@ -1,12 +1,11 @@ \input texinfo @c -*-texinfo-*- -@c $Id: speedbar.texi,v 1.11 2002/10/02 23:24:31 karl Exp $ @setfilename ../info/speedbar @settitle Speedbar: File/Tag summarizing utility @syncodeindex fn cp @copying -Copyright @copyright{} 1999, 2000, 2002 Free Software Foundation, Inc. +Copyright @copyright{} 1999, 2000, 2002, 2004 Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document @@ -648,10 +647,6 @@ You can click on any stack element and gdb will move to that stack level. You can then check variables local to that level at the GDB prompt. -This mode has the unfortunate side-effect of breaking GDB's repeat -feature when you hit @kbd{RET} since your previous command is overridden -with a stack fetching command. - @node Customizing, Extending, Minor Modes, Top @comment node-name, next, previous, up @chapter Customizing @@ -1071,7 +1066,7 @@ summary to display in the minibuffer. There are several helper functions you can use if you are going to use built in tagging. These functions can be @code{or}ed since each one -returns non-nil if it displays a message. They are: +returns non-@code{nil} if it displays a message. They are: @table @code @cindex @code{speedbar-item-info-file-helper} @@ -1170,7 +1165,7 @@ when the mouse passes over it. @var{function} is called whenever the user clicks on the text. The optional argument @var{token} is extra data to associated with the -text. Lastly @var{prevline} should be non-nil if you want this line to +text. Lastly @var{prevline} should be non-@code{nil} if you want this line to appear directly after the last button which was created instead of on the next line. @end defun