diff options
Diffstat (limited to 'doc/misc/widget.texi')
| -rw-r--r-- | doc/misc/widget.texi | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/doc/misc/widget.texi b/doc/misc/widget.texi index 1cdeab5bbaa..b7ce3f7a262 100644 --- a/doc/misc/widget.texi +++ b/doc/misc/widget.texi | |||
| @@ -785,13 +785,19 @@ The following navigation commands are available: | |||
| 785 | 785 | ||
| 786 | @table @kbd | 786 | @table @kbd |
| 787 | @item @key{TAB} | 787 | @item @key{TAB} |
| 788 | @deffn Command widget-forward &optional count | 788 | @deffn Command widget-forward count &optional suppress-echo |
| 789 | Move point @var{count} buttons or editing fields forward. | 789 | Move point @var{count} buttons or editing fields forward. The optional |
| 790 | @var{suppress-echo} argument suppresses showing in the echo-area the | ||
| 791 | help-echo text, if any, for the final position after the move; it is | ||
| 792 | always @code{nil} in interactive invocations. | ||
| 790 | @end deffn | 793 | @end deffn |
| 791 | @item M-@key{TAB} | 794 | @item M-@key{TAB} |
| 792 | @itemx S-@key{TAB} | 795 | @itemx S-@key{TAB} |
| 793 | @deffn Command widget-backward &optional count | 796 | @deffn Command widget-backward count &optional suppress-echo |
| 794 | Move point @var{count} buttons or editing fields backward. | 797 | Move point @var{count} buttons or editing fields backward. The optional |
| 798 | @var{suppress-echo} argument suppresses showing in the echo-area the | ||
| 799 | help-echo text, if any, for the final position after the move; it is | ||
| 800 | always @code{nil} in interactive invocations. | ||
| 795 | @end deffn | 801 | @end deffn |
| 796 | @end table | 802 | @end table |
| 797 | 803 | ||