diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2005-06-23 01:09:03 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2005-06-23 01:09:03 +0000 |
commit | 45d5a9b366d8bc28c3bcb35eecce1ad741c1eeb2 (patch) | |
tree | 9063a3b74cd96e971678ce85c1e619ef8f257c63 /man/speedbar.texi | |
parent | 887fbcff69eea8f223f1d96d85bfbb8a3097975d (diff) | |
download | emacs-45d5a9b366d8bc28c3bcb35eecce1ad741c1eeb2.tar.gz |
(Creating a display): Texinfo usage fix.
Diffstat (limited to 'man/speedbar.texi')
-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. Create a tag line with @var{exp-button-type} for the small expansion button. This is the button that expands or contracts a node (if applicable), and @var{exp-button-char} the character in it (@samp{+}, -@samp{-}, @samp{?}, -etc). @var{exp-button-function} is the function to call if it's clicked -on. Button types are @code{'bracket}, @code{'angle}, @code{'curly}, -@code{'expandtag}, @code{'statictag}, or nil. @var{exp-button-data} is -extra data attached to the text forming the expansion button. +@samp{-}, @samp{?}, etc). @var{exp-button-function} is the function +to call if it's clicked on. Button types are @code{'bracket}, +@code{'angle}, @code{'curly}, @code{'expandtag}, @code{'statictag}, or +@code{nil}. @var{exp-button-data} is extra data attached to the text +forming the expansion button. Next, @var{tag-button} is the text of the tag. @var{tag-button-function} is the function to call if clicked on, and |