changeset 46641:d2e89e4ef1f1

Texinfo usage fixes.
author Richard M. Stallman <rms@gnu.org>
date Tue, 23 Jul 2002 19:10:02 +0000
parents 092fdaf5781b
children 79837bb10069
files man/widget.texi
diffstat 1 files changed, 8 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/man/widget.texi	Tue Jul 23 19:08:44 2002 +0000
+++ b/man/widget.texi	Tue Jul 23 19:10:02 2002 +0000
@@ -1650,18 +1650,18 @@
 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