X-Git-Url: https://git.hcoop.net/bpt/emacs.git/blobdiff_plain/2846c6e3607995ce250435e5998ea6a08f60dd89..c9a6cefc7adc3f42f36fdeaa6ab90f174a645d0e:/doc/misc/speedbar.texi diff --git a/doc/misc/speedbar.texi b/doc/misc/speedbar.texi index a4b5c2288d..980839cdec 100644 --- a/doc/misc/speedbar.texi +++ b/doc/misc/speedbar.texi @@ -1,16 +1,14 @@ \input texinfo @c -*-texinfo-*- - @setfilename ../../info/speedbar @settitle Speedbar: File/Tag summarizing utility @syncodeindex fn cp @copying -Copyright @copyright{} 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, -2007, 2008 Free Software Foundation, Inc. +Copyright @copyright{} 1999-2011 Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document -under the terms of the GNU Free Documentation License, Version 1.2 or +under the terms of the GNU Free Documentation License, Version 1.3 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 @@ -24,7 +22,7 @@ developing GNU and promoting software freedom.'' @dircategory Emacs @direntry -* Speedbar: (speedbar). File/Tag summarizing utility. +* Speedbar: (speedbar). File/Tag summarizing utility. @end direntry @titlepage @@ -38,6 +36,8 @@ developing GNU and promoting software freedom.'' @insertcopying @end titlepage +@contents + @node Top, , , (dir)Top @comment node-name, next, previous, up @@ -67,6 +67,10 @@ button. Expanding refers to clicking on an expansion button to display an expanded summary of the entry the expansion button is on. @xref{Basic Navigation}. +@ifnottex +@insertcopying +@end ifnottex + @menu * Introduction:: Basics of speedbar. * Basic Navigation:: Basics of speedbar common between all modes. @@ -159,7 +163,7 @@ Move to the next or previous item in a restricted fashion. If a list is open, the cursor will skip over it. If the cursor is in an open list, it will not leave it. @item C-M-n -@itemx C-M-n +@itemx C-M-p Move forwards and backwards across extended groups. This lets you quickly skip over all files, directories, or other common sub-items at the same current depth. @@ -1126,7 +1130,7 @@ beginning, like this: @example (add-to-list 'speedbar-dynamic-tags-function-list - '(my-fetch-dynamic-tags . my-insert-tag-list)) + '(my-fetch-dynamic-tags . my-insert-tag-list)) @end example If your parser is only good for a few types of files, make sure that it @@ -1248,7 +1252,3 @@ Two good values are @code{nil} and @code{statictag}. @bye @c LocalWords: speedbar's xref slowbar kbd subsubsection @c LocalWords: keybindings - -@ignore - arch-tag: e1fc85f0-1eeb-489f-a8d4-a2bfe711fa02 -@end ignore