aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc/widget.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/misc/widget.texi')
-rw-r--r--doc/misc/widget.texi14
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
789Move point @var{count} buttons or editing fields forward. 789Move point @var{count} buttons or editing fields forward. The optional
790@var{suppress-echo} argument suppresses showing in the echo-area the
791help-echo text, if any, for the final position after the move; it is
792always @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
794Move point @var{count} buttons or editing fields backward. 797Move point @var{count} buttons or editing fields backward. The optional
798@var{suppress-echo} argument suppresses showing in the echo-area the
799help-echo text, if any, for the final position after the move; it is
800always @code{nil} in interactive invocations.
795@end deffn 801@end deffn
796@end table 802@end table
797 803