diff options
| author | Dave Love | 2000-12-05 23:06:42 +0000 |
|---|---|---|
| committer | Dave Love | 2000-12-05 23:06:42 +0000 |
| commit | 18fe4c716af074ebe0a427c8a3f7dbeb4c1ac58d (patch) | |
| tree | e6f2553fac5ca5681aec65c69881bb0e90049e6d /man | |
| parent | c28a075b11d6919003223593ba2178243b5c64a4 (diff) | |
| download | emacs-18fe4c716af074ebe0a427c8a3f7dbeb4c1ac58d.tar.gz emacs-18fe4c716af074ebe0a427c8a3f7dbeb4c1ac58d.zip | |
Fix double quotes.
Diffstat (limited to 'man')
| -rw-r--r-- | man/speedbar.texi | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/man/speedbar.texi b/man/speedbar.texi index 2db5eddb1d6..734c8c0ca78 100644 --- a/man/speedbar.texi +++ b/man/speedbar.texi | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | \input texinfo @c -*-texinfo-*- | 1 | \input texinfo @c -*-texinfo-*- |
| 2 | @c | 2 | @c |
| 3 | @c $Id: speedbar.texi,v 1.4 2000/12/05 22:57:03 fx Exp $ | 3 | @c $Id: speedbar.texi,v 1.5 2000/12/05 23:02:24 fx Exp $ |
| 4 | @c | 4 | @c |
| 5 | 5 | ||
| 6 | @c This file is part of GNU Emacs | 6 | @c This file is part of GNU Emacs |
| @@ -84,16 +84,16 @@ license to the document, as described in section 6 of the license. | |||
| 84 | 84 | ||
| 85 | Speedbar is a program for Emacs which can be used to summarize | 85 | Speedbar is a program for Emacs which can be used to summarize |
| 86 | information related to the current buffer. Its original inspiration | 86 | information related to the current buffer. Its original inspiration |
| 87 | is the "explorer" often used in modern development environments, office | 87 | is the `explorer' often used in modern development environments, office |
| 88 | packages, and web browsers. | 88 | packages, and web browsers. |
| 89 | 89 | ||
| 90 | Speedbar displays a narrow frame in which a tree view is shown. This | 90 | Speedbar displays a narrow frame in which a tree view is shown. This |
| 91 | tree view defaults to containing a list of files and directories. Files | 91 | tree view defaults to containing a list of files and directories. Files |
| 92 | can be "expanded" to list tags inside. Directories can be expanded to | 92 | can be `expanded' to list tags inside. Directories can be expanded to |
| 93 | list the files within itself. Each file or tag can be jumped to | 93 | list the files within itself. Each file or tag can be jumped to |
| 94 | immediately. | 94 | immediately. |
| 95 | 95 | ||
| 96 | Speedbar expands upon "explorer" windows by maintaining context with the | 96 | Speedbar expands upon `explorer' windows by maintaining context with the |
| 97 | user. For example, when using the file view, the current buffer's file | 97 | user. For example, when using the file view, the current buffer's file |
| 98 | is highlighted. Speedbar also mimics the explorer windows by providing | 98 | is highlighted. Speedbar also mimics the explorer windows by providing |
| 99 | multiple display modes. These modes come in two flavors. Major display | 99 | multiple display modes. These modes come in two flavors. Major display |
| @@ -102,8 +102,8 @@ only when a buffer of the applicable type is shown. This allows | |||
| 102 | authors of other packages to provide speedbar summaries customized to | 102 | authors of other packages to provide speedbar summaries customized to |
| 103 | the needs of that mode. | 103 | the needs of that mode. |
| 104 | 104 | ||
| 105 | Throughout this manual, activities are defined as "clicking on", or | 105 | Throughout this manual, activities are defined as `clicking on', or |
| 106 | "expanding" items. Clicking means using using @kbd{mouse-2} on a | 106 | `expanding' items. Clicking means using using @kbd{mouse-2} on a |
| 107 | button. Expanding refers to clicking on an expansion button to display | 107 | button. Expanding refers to clicking on an expansion button to display |
| 108 | an expanded summary of the entry the expansion button is | 108 | an expanded summary of the entry the expansion button is |
| 109 | on. @xref{Basic Navigation}. | 109 | on. @xref{Basic Navigation}. |
| @@ -274,9 +274,9 @@ Groups summarize information in a single line, and provide a high level | |||
| 274 | view of more complex systems, like a directory tree, or manual chapters. | 274 | view of more complex systems, like a directory tree, or manual chapters. |
| 275 | 275 | ||
| 276 | Groups appear at different indentation levels, and are prefixed with a | 276 | Groups appear at different indentation levels, and are prefixed with a |
| 277 | @samp{+} in some sort of "box". The group name will summarize the | 277 | @samp{+} in some sort of `box'. The group name will summarize the |
| 278 | information within it, and the expansion box will display that | 278 | information within it, and the expansion box will display that |
| 279 | information inline. In File mode, directories and files are "groups" | 279 | information inline. In File mode, directories and files are `groups' |
| 280 | where the @samp{+} is surrounded by brackets like this: | 280 | where the @samp{+} is surrounded by brackets like this: |
| 281 | 281 | ||
| 282 | @example | 282 | @example |
| @@ -289,7 +289,7 @@ In this example, we see both open and closed directories, in addition to | |||
| 289 | a file. The directories have a box consisting of angle brackets, and a | 289 | a file. The directories have a box consisting of angle brackets, and a |
| 290 | file uses square brackets. | 290 | file uses square brackets. |
| 291 | 291 | ||
| 292 | In all modes, a group can be "edited" by pressing @kbd{RET}, meaning a | 292 | In all modes, a group can be `edited' by pressing @kbd{RET}, meaning a |
| 293 | file will be opened, or a directory explicitly opened in speedbar. A | 293 | file will be opened, or a directory explicitly opened in speedbar. A |
| 294 | group can be expanded or contracted using @kbd{+} or | 294 | group can be expanded or contracted using @kbd{+} or |
| 295 | @kbd{-}. @xref{Basic Keybindings}. | 295 | @kbd{-}. @xref{Basic Keybindings}. |
| @@ -335,7 +335,7 @@ Unadorned text will generally be colorless, and not clickable. | |||
| 335 | Each type of Group, item indicator, and label is given a different | 335 | Each type of Group, item indicator, and label is given a different |
| 336 | color. The colors chosen are dependent on whether the background color | 336 | color. The colors chosen are dependent on whether the background color |
| 337 | is light or dark. | 337 | is light or dark. |
| 338 | Of important note is that the "current item", which may be a buffer or | 338 | Of important note is that the `current item', which may be a buffer or |
| 339 | file name, is highlighted red, and underlined. | 339 | file name, is highlighted red, and underlined. |
| 340 | 340 | ||
| 341 | Colors can be customized from the group @code{speedbar-faces}. Some | 341 | Colors can be customized from the group @code{speedbar-faces}. Some |
| @@ -1182,7 +1182,7 @@ The conventions allow almost anything to be inserted, but several helper | |||
| 1182 | functions are provided to make it easy to create the standardized | 1182 | functions are provided to make it easy to create the standardized |
| 1183 | buttons. | 1183 | buttons. |
| 1184 | 1184 | ||
| 1185 | To understand the built in functions, each "button" in speedbar consists | 1185 | To understand the built in functions, each `button' in speedbar consists |
| 1186 | of four important pieces of data. The text to be displayed, token | 1186 | of four important pieces of data. The text to be displayed, token |
| 1187 | data to be associated with the text, a function to call, and some face to | 1187 | data to be associated with the text, a function to call, and some face to |
| 1188 | display it in. | 1188 | display it in. |