# HG changeset patch # User Juanma Barranquero # Date 1119488943 0 # Node ID 9121d09d272a24f594c9c9520ec1c148d30f3aef # Parent 2fd498512c5dedf2f754897accbfb36a595b337d (Creating a display): Texinfo usage fix. diff -r 2fd498512c5d -r 9121d09d272a man/speedbar.texi --- a/man/speedbar.texi Thu Jun 23 01:07:53 2005 +0000 +++ b/man/speedbar.texi Thu Jun 23 01:09:03 2005 +0000 @@ -1175,11 +1175,11 @@ 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