diff options
author | Juri Linkov <juri@jurta.org> | 2006-01-23 01:30:30 +0000 |
---|---|---|
committer | Juri Linkov <juri@jurta.org> | 2006-01-23 01:30:30 +0000 |
commit | feced8744fd6e202ff01f85fa78f176fd672e1f4 (patch) | |
tree | aa73835e109d80c7af3649e7943a015ef2ba7282 /man/widget.texi | |
parent | b4b5cbd39f7c3a5a35780c1ad520caff9a6557f2 (diff) | |
download | emacs-feced8744fd6e202ff01f85fa78f176fd672e1f4.tar.gz emacs-feced8744fd6e202ff01f85fa78f176fd672e1f4.tar.bz2 emacs-feced8744fd6e202ff01f85fa78f176fd672e1f4.zip |
(User Interface): Add S-TAB for widget-backward.
Diffstat (limited to 'man/widget.texi')
-rw-r--r-- | man/widget.texi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/man/widget.texi b/man/widget.texi index d87dd613ef4..cf10e5980b7 100644 --- a/man/widget.texi +++ b/man/widget.texi @@ -316,6 +316,7 @@ buffer, plus you will have these additional commands: Move point @var{count} buttons or editing fields forward. @end deffn @item @kbd{M-@key{TAB}} +@itemx @kbd{S-@key{TAB}} @deffn Command widget-backward &optional count Move point @var{count} buttons or editing fields backward. @end deffn |