]> git.eshelyaron.com Git - emacs.git/commitdiff
(Creating a display): Texinfo usage fixes.
authorRichard M. Stallman <rms@gnu.org>
Thu, 23 Jun 2005 17:32:42 +0000 (17:32 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 23 Jun 2005 17:32:42 +0000 (17:32 +0000)
man/ChangeLog
man/speedbar.texi

index fbd0256a0b536049271d75a328857404218599a9..376158a115bf4ff05c075ac0ee6745cc14e09dd1 100644 (file)
@@ -1,5 +1,7 @@
 2005-06-23  Richard M. Stallman  <rms@gnu.org>
 
+       * speedbar.texi (Creating a display): Texinfo usage fixes.      
+
        * tramp.texi (Customizing Completion, Auto-save and Backup): 
        Texinfo usage fixes.
 
index 41ac85826ccea0090e9c133f0f7896fabc314b46..40296f57082ba450dcc9404f4544e773447521a5 100644 (file)
@@ -1176,8 +1176,8 @@ 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
+to call if it's clicked on.  Button types are @code{bracket},
+@code{angle}, @code{curly}, @code{expandtag}, @code{statictag}, and
 @code{nil}.  @var{exp-button-data} is extra data attached to the text
 forming the expansion button.
 
@@ -1221,15 +1221,15 @@ obvious is @code{speedbar-tag-hierarchy-method}.
 @defvar speedbar-generic-list-group-expand-button-type
 This is the button type used for groups of tags, whether expanded
 or added in via a hierarchy method.  Two good values are
-@code{'curly} and @code{'expandtag}.  Curly is the default button, and
-@code{'expandtag} is useful if the groups also has a position.
+@code{curly} and @code{expandtag}.  Curly is the default button, and
+@code{expandtag} is useful if the groups also has a position.
 @end defvar
 
 @defvar speedbar-generic-list-tag-button-type
 This is the button type used for a single tag.
-Two good values are @code{nil} and @code{'statictag}.
-@code{nil} is the default, and @code{'statictag} has the same width as
-@code{'expandtag}.
+Two good values are @code{nil} and @code{statictag}.
+@code{nil} is the default, and @code{statictag} has the same width as
+@code{expandtag}.
 @end defvar
 
 @end defun