Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
fb3ae391
Commit
fb3ae391
authored
Jun 23, 2005
by
Richard M. Stallman
Browse files
(Creating a display): Texinfo usage fixes.
parent
d88c275b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
7 deletions
+9
-7
man/ChangeLog
man/ChangeLog
+2
-0
man/speedbar.texi
man/speedbar.texi
+7
-7
No files found.
man/ChangeLog
View file @
fb3ae391
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.
...
...
man/speedbar.texi
View file @
fb3ae391
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment