X-Git-Url: http://git.hcoop.net/bpt/emacs.git/blobdiff_plain/2846c6e3607995ce250435e5998ea6a08f60dd89..ce57c2fe307e2d866ff0a3c8e3cb4dcd722c4da1:/doc/misc/speedbar.texi diff --git a/doc/misc/speedbar.texi b/doc/misc/speedbar.texi index a4b5c2288d..9dc47e4574 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 @@ -22,9 +20,9 @@ developing GNU and promoting software freedom.'' @end quotation @end copying -@dircategory Emacs +@dircategory Emacs misc features @direntry -* Speedbar: (speedbar). File/Tag summarizing utility. +* Speedbar: (speedbar). File/Tag summarizing utility. @end direntry @titlepage @@ -38,8 +36,11 @@ developing GNU and promoting software freedom.'' @insertcopying @end titlepage +@contents + @node Top, , , (dir)Top @comment node-name, next, previous, up +@top Speedbar Speedbar is a program for Emacs which can be used to summarize information related to the current buffer. Its original inspiration @@ -67,6 +68,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 +164,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 +1131,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 +1253,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