diff options
| author | Richard M. Stallman | 2002-07-23 19:10:02 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2002-07-23 19:10:02 +0000 |
| commit | 49c24f48f22c22ec1d3d57741398e45e032e2a9e (patch) | |
| tree | 79dd0b8299dfb5a10cfa7b5742d6290afa389707 | |
| parent | 6076e561e62135fa3d6fda9d1b11a558e0db13cd (diff) | |
| download | emacs-49c24f48f22c22ec1d3d57741398e45e032e2a9e.tar.gz emacs-49c24f48f22c22ec1d3d57741398e45e032e2a9e.zip | |
Texinfo usage fixes.
| -rw-r--r-- | man/widget.texi | 16 |
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 | |||
| 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 | ||