diff options
| author | Juanma Barranquero | 2005-06-23 01:09:03 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2005-06-23 01:09:03 +0000 |
| commit | 45d5a9b366d8bc28c3bcb35eecce1ad741c1eeb2 (patch) | |
| tree | 9063a3b74cd96e971678ce85c1e619ef8f257c63 | |
| parent | 887fbcff69eea8f223f1d96d85bfbb8a3097975d (diff) | |
| download | emacs-45d5a9b366d8bc28c3bcb35eecce1ad741c1eeb2.tar.gz emacs-45d5a9b366d8bc28c3bcb35eecce1ad741c1eeb2.zip | |
(Creating a display): Texinfo usage fix.
| -rw-r--r-- | man/speedbar.texi | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/man/speedbar.texi b/man/speedbar.texi index 62cce0024ae..41ac85826cc 100644 --- a/man/speedbar.texi +++ b/man/speedbar.texi | |||
| @@ -1175,11 +1175,11 @@ the next line. | |||
| 1175 | Create a tag line with @var{exp-button-type} for the small expansion | 1175 | Create a tag line with @var{exp-button-type} for the small expansion |
| 1176 | button. This is the button that expands or contracts a node (if | 1176 | button. This is the button that expands or contracts a node (if |
| 1177 | applicable), and @var{exp-button-char} the character in it (@samp{+}, | 1177 | applicable), and @var{exp-button-char} the character in it (@samp{+}, |
| 1178 | @samp{-}, @samp{?}, | 1178 | @samp{-}, @samp{?}, etc). @var{exp-button-function} is the function |
| 1179 | etc). @var{exp-button-function} is the function to call if it's clicked | 1179 | to call if it's clicked on. Button types are @code{'bracket}, |
| 1180 | on. Button types are @code{'bracket}, @code{'angle}, @code{'curly}, | 1180 | @code{'angle}, @code{'curly}, @code{'expandtag}, @code{'statictag}, or |
| 1181 | @code{'expandtag}, @code{'statictag}, or nil. @var{exp-button-data} is | 1181 | @code{nil}. @var{exp-button-data} is extra data attached to the text |
| 1182 | extra data attached to the text forming the expansion button. | 1182 | forming the expansion button. |
| 1183 | 1183 | ||
| 1184 | Next, @var{tag-button} is the text of the tag. | 1184 | Next, @var{tag-button} is the text of the tag. |
| 1185 | @var{tag-button-function} is the function to call if clicked on, and | 1185 | @var{tag-button-function} is the function to call if clicked on, and |