summaryrefslogtreecommitdiff
path: root/man/widget.texi
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2002-07-23 19:10:02 +0000
committerRichard M. Stallman <rms@gnu.org>2002-07-23 19:10:02 +0000
commitfc81197fc5d9501c91b9b17c44abc8e1d02eeafb (patch)
tree5e4a566fbdf9be3a165ee795668d14699debd9ca /man/widget.texi
parentd8eb9f01c318925074a7548a5274a2d3e333241d (diff)
downloademacs-fc81197fc5d9501c91b9b17c44abc8e1d02eeafb.tar.gz
Texinfo usage fixes.
Diffstat (limited to 'man/widget.texi')
-rw-r--r--man/widget.texi16
1 files changed, 8 insertions, 8 deletions
diff --git a/man/widget.texi b/man/widget.texi
index 6a70a0fce65..b898a4559fb 100644
--- a/man/widget.texi
+++ b/man/widget.texi
@@ -1650,18 +1650,18 @@ programmers who want to examine the content of a widget. The browser
shows the value of each keyword, but uses links for certain keywords
such as @samp{:parent}, which avoids printing cyclic structures.
-@deffn Command widget-browse WIDGET
-Create a widget browser for WIDGET.
-When called interactively, prompt for WIDGET.
+@deffn Command widget-browse @var{widget}
+Create a widget browser for @var{widget}.
+When called interactively, prompt for @var{widget}.
@end deffn
-@deffn Command widget-browse-other-window WIDGET
-Create a widget browser for WIDGET and show it in another window.
-When called interactively, prompt for WIDGET.
+@deffn Command widget-browse-other-window @var{widget}
+Create a widget browser for @var{widget} and show it in another window.
+When called interactively, prompt for @var{widget}.
@end deffn
-@deffn Command widget-browse-at POS
-Create a widget browser for the widget at POS.
+@deffn Command widget-browse-at @var{pos}
+Create a widget browser for the widget at @var{pos}.
When called interactively, use the position of point.
@end deffn