comparison man/widget.texi @ 46641:d2e89e4ef1f1

Texinfo usage fixes.
author Richard M. Stallman <rms@gnu.org>
date Tue, 23 Jul 2002 19:10:02 +0000
parents 661b1aa856cc
children 0a70200bde27
comparison
equal deleted inserted replaced
46640:092fdaf5781b 46641:d2e89e4ef1f1
1648 There is a separate package to browse widgets. This is intended to help 1648 There is a separate package to browse widgets. This is intended to help
1649 programmers who want to examine the content of a widget. The browser 1649 programmers who want to examine the content of a widget. The browser
1650 shows the value of each keyword, but uses links for certain keywords 1650 shows the value of each keyword, but uses links for certain keywords
1651 such as @samp{:parent}, which avoids printing cyclic structures. 1651 such as @samp{:parent}, which avoids printing cyclic structures.
1652 1652
1653 @deffn Command widget-browse WIDGET 1653 @deffn Command widget-browse @var{widget}
1654 Create a widget browser for WIDGET. 1654 Create a widget browser for @var{widget}.
1655 When called interactively, prompt for WIDGET. 1655 When called interactively, prompt for @var{widget}.
1656 @end deffn 1656 @end deffn
1657 1657
1658 @deffn Command widget-browse-other-window WIDGET 1658 @deffn Command widget-browse-other-window @var{widget}
1659 Create a widget browser for WIDGET and show it in another window. 1659 Create a widget browser for @var{widget} and show it in another window.
1660 When called interactively, prompt for WIDGET. 1660 When called interactively, prompt for @var{widget}.
1661 @end deffn 1661 @end deffn
1662 1662
1663 @deffn Command widget-browse-at POS 1663 @deffn Command widget-browse-at @var{pos}
1664 Create a widget browser for the widget at POS. 1664 Create a widget browser for the widget at @var{pos}.
1665 When called interactively, use the position of point. 1665 When called interactively, use the position of point.
1666 @end deffn 1666 @end deffn
1667 1667
1668 @node Widget Minor Mode, Utilities, Widget Browser, Top 1668 @node Widget Minor Mode, Utilities, Widget Browser, Top
1669 @comment node-name, next, previous, up 1669 @comment node-name, next, previous, up