X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/1fd0f7a66026482017c58c6f51138555fb7d7c92..3c4f04e05bd9219f1b2657e48d877dbfbb91d49b:/man/widget.texi diff --git a/man/widget.texi b/man/widget.texi index a11b66be76..8a49fd3dad 100644 --- a/man/widget.texi +++ b/man/widget.texi @@ -10,11 +10,12 @@ @c %**end of header @copying -Copyright @copyright{} 2000, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. +Copyright @copyright{} 2000, 2002, 2003, 2004, 2005, +2006 Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document -under the terms of the GNU Free Documentation License, Version 1.1 or +under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with the Invariant Sections being ``The GNU Manifesto'', ``Distribution'' and ``GNU GENERAL PUBLIC LICENSE'', with the Front-Cover texts being ``A GNU @@ -140,7 +141,7 @@ extended to use the GUI features. This means that your code using the widget library will also use the new graphic features automatically. @end enumerate -In order to minimize the code that is loaded by users who does not +In order to minimize the code that is loaded by users who do not create any widgets, the code has been split in two files: @cindex widget library, files @@ -315,7 +316,8 @@ buffer, plus you will have these additional commands: @deffn Command widget-forward &optional count Move point @var{count} buttons or editing fields forward. @end deffn -@item @key{M-TAB} +@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 @@ -1282,9 +1284,7 @@ Allows you to enter a character in an editable field. @end deffn @deffn Widget file -Allows you to edit a file name in an editable field. If you invoke -the tag button, you can edit the file name in the mini-buffer with -completion. +Allows you to edit a file name in an editable field. Keywords: @table @code