From: Juanma Barranquero Date: Thu, 23 Jun 2005 01:09:03 +0000 (+0000) Subject: (Creating a display): Texinfo usage fix. X-Git-Tag: emacs-pretest-22.0.90~8730 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=45d5a9b366d8bc28c3bcb35eecce1ad741c1eeb2;p=emacs.git (Creating a display): Texinfo usage fix. --- 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