emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lispref/display.texi


From: Kim F . Storm
Subject: [Emacs-diffs] Changes to emacs/lispref/display.texi
Date: Mon, 10 Jan 2005 19:27:16 -0500

Index: emacs/lispref/display.texi
diff -c emacs/lispref/display.texi:1.140 emacs/lispref/display.texi:1.141
*** emacs/lispref/display.texi:1.140    Sat Jan  1 16:09:24 2005
--- emacs/lispref/display.texi  Tue Jan 11 00:11:43 2005
***************
*** 4049,4056 ****
  @kindex keymap @r{(button property)}
  The button's keymap, defining bindings active within the button
  region.  By default this is the usual button region keymap, stored
! in the variable @code{button-map}, which defines @key{RET} and
! @key{mouse-2} to invoke the button.
  
  @item type
  @kindex type @r{(button property)}
--- 4049,4057 ----
  @kindex keymap @r{(button property)}
  The button's keymap, defining bindings active within the button
  region.  By default this is the usual button region keymap, stored
! in the variable @code{button-map}, which defines @key{RET},
! @key{mouse-1} (if @var{mouse-1-click-follows-link} is set),
! and @key{mouse-2} to invoke the button.
  
  @item type
  @kindex type @r{(button property)}
***************
*** 4234,4240 ****
  buttons in an Emacs buffer.
  
  @code{push-button} is the command that a user uses to actually `push'
! a button, and is bound by default in the button itself to @key{RET}
  and to @key{mouse-2} using a region-specific keymap.  Commands
  that are useful outside the buttons itself, such as
  @code{forward-button} and @code{backward-button} are additionally
--- 4235,4242 ----
  buttons in an Emacs buffer.
  
  @code{push-button} is the command that a user uses to actually `push'
! a button, and is bound by default in the button itself to @key{RET},
! to @key{mouse-1} (if @var{mouse-1-click-follows-link} is set),
  and to @key{mouse-2} using a region-specific keymap.  Commands
  that are useful outside the buttons itself, such as
  @code{forward-button} and @code{backward-button} are additionally




reply via email to

[Prev in Thread] Current Thread [Next in Thread]