changeset 36512:00a52c680a19

Minor usage fixes. Don't mention Motif or XView.
author Richard M. Stallman <rms@gnu.org>
date Sun, 04 Mar 2001 07:09:34 +0000
parents 6fd0d497fc9c
children f022afc9cdcb
files man/widget.texi
diffstat 1 files changed, 9 insertions(+), 10 deletions(-) [+]
line wrap: on
line diff
--- a/man/widget.texi	Sun Mar 04 07:09:15 2001 +0000
+++ b/man/widget.texi	Sun Mar 04 07:09:34 2001 +0000
@@ -65,13 +65,12 @@
 @comment  node-name,  next,  previous,  up
 @section Introduction
 
-Most graphical user interface toolkits, such as Motif and XView, provide
-a number of standard user interface controls (sometimes known as
-`widgets' or `gadgets').  Emacs doesn't really support anything like
-this, except for an incredibly powerful text ``widget''.  On the other
-hand, Emacs does provide the necessary primitives to implement many
-other widgets within a text buffer.  The @code{widget} package
-simplifies this task.
+Most graphical user interface toolkits provide a number of standard
+user interface controls (sometimes known as `widgets' or `gadgets').
+Emacs doesn't really support anything like this, except for an
+incredibly powerful text ``widget.''  On the other hand, Emacs does
+provide the necessary primitives to implement many other widgets
+within a text buffer.  The @code{widget} package simplifies this task.
 
 @cindex basic widgets
 @cindex widgets, basic types
@@ -240,8 +239,8 @@
 @code{widget-global-map} (by default the global map).
 @end deffn
 
-@kindex mouse-2, on button widgets
-@item mouse-2
+@kindex Mouse-2 @r{(on button widgets})
+@item Mouse-2
 @deffn Command widget-button-click @var{event}
 Invoke the button at the location of the mouse pointer.  If the mouse
 pointer is located in an editable text field, invoke the binding in
@@ -450,7 +449,7 @@
 @defvr Const widget-keymap
 A keymap with the global keymap as its parent.@*
 @key{TAB} and @kbd{C-@key{TAB}} are bound to @code{widget-forward} and
-@code{widget-backward}, respectively.  @kbd{@key{RET}} and @kbd{mouse-2}
+@code{widget-backward}, respectively.  @key{RET} and @kbd{Mouse-2}
 are bound to @code{widget-button-press} and
 @code{widget-button-click}.@refill
 @end defvr