aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2005-06-23 17:32:42 +0000
committerRichard M. Stallman2005-06-23 17:32:42 +0000
commitfb3ae39181b3b8963cfb5018edfbbd32b23652f6 (patch)
tree97966fb2f972a1e606e95ccca76dcf5770607836
parentd88c275b626987d17ac49d0d7dfc880ead36bd3e (diff)
downloademacs-fb3ae39181b3b8963cfb5018edfbbd32b23652f6.tar.gz
emacs-fb3ae39181b3b8963cfb5018edfbbd32b23652f6.zip
(Creating a display): Texinfo usage fixes.
-rw-r--r--man/ChangeLog2
-rw-r--r--man/speedbar.texi14
2 files changed, 9 insertions, 7 deletions
diff --git a/man/ChangeLog b/man/ChangeLog
index fbd0256a0b5..376158a115b 100644
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -1,5 +1,7 @@
12005-06-23 Richard M. Stallman <rms@gnu.org> 12005-06-23 Richard M. Stallman <rms@gnu.org>
2 2
3 * speedbar.texi (Creating a display): Texinfo usage fixes.
4
3 * tramp.texi (Customizing Completion, Auto-save and Backup): 5 * tramp.texi (Customizing Completion, Auto-save and Backup):
4 Texinfo usage fixes. 6 Texinfo usage fixes.
5 7
diff --git a/man/speedbar.texi b/man/speedbar.texi
index 41ac85826cc..40296f57082 100644
--- a/man/speedbar.texi
+++ b/man/speedbar.texi
@@ -1176,8 +1176,8 @@ Create 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{?}, etc). @var{exp-button-function} is the function 1178@samp{-}, @samp{?}, etc). @var{exp-button-function} is the function
1179to call if it's clicked on. Button types are @code{'bracket}, 1179to call if it's clicked on. Button types are @code{bracket},
1180@code{'angle}, @code{'curly}, @code{'expandtag}, @code{'statictag}, or 1180@code{angle}, @code{curly}, @code{expandtag}, @code{statictag}, and
1181@code{nil}. @var{exp-button-data} is extra data attached to the text 1181@code{nil}. @var{exp-button-data} is extra data attached to the text
1182forming the expansion button. 1182forming the expansion button.
1183 1183
@@ -1221,15 +1221,15 @@ obvious is @code{speedbar-tag-hierarchy-method}.
1221@defvar speedbar-generic-list-group-expand-button-type 1221@defvar speedbar-generic-list-group-expand-button-type
1222This is the button type used for groups of tags, whether expanded 1222This is the button type used for groups of tags, whether expanded
1223or added in via a hierarchy method. Two good values are 1223or added in via a hierarchy method. Two good values are
1224@code{'curly} and @code{'expandtag}. Curly is the default button, and 1224@code{curly} and @code{expandtag}. Curly is the default button, and
1225@code{'expandtag} is useful if the groups also has a position. 1225@code{expandtag} is useful if the groups also has a position.
1226@end defvar 1226@end defvar
1227 1227
1228@defvar speedbar-generic-list-tag-button-type 1228@defvar speedbar-generic-list-tag-button-type
1229This is the button type used for a single tag. 1229This is the button type used for a single tag.
1230Two good values are @code{nil} and @code{'statictag}. 1230Two good values are @code{nil} and @code{statictag}.
1231@code{nil} is the default, and @code{'statictag} has the same width as 1231@code{nil} is the default, and @code{statictag} has the same width as
1232@code{'expandtag}. 1232@code{expandtag}.
1233@end defvar 1233@end defvar
1234 1234
1235@end defun 1235@end defun