aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--man/speedbar.texi10
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.
1175Create a tag line with @var{exp-button-type} for the small expansion 1175Create a tag line with @var{exp-button-type} for the small expansion
1176button. This is the button that expands or contracts a node (if 1176button. This is the button that expands or contracts a node (if
1177applicable), and @var{exp-button-char} the character in it (@samp{+}, 1177applicable), and @var{exp-button-char} the character in it (@samp{+},
1178@samp{-}, @samp{?}, 1178@samp{-}, @samp{?}, etc). @var{exp-button-function} is the function
1179etc). @var{exp-button-function} is the function to call if it's clicked 1179to call if it's clicked on. Button types are @code{'bracket},
1180on. 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
1182extra data attached to the text forming the expansion button. 1182forming the expansion button.
1183 1183
1184Next, @var{tag-button} is the text of the tag. 1184Next, @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