diff options
| -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 |