emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lispref/text.texi
Date: Mon, 14 Jul 2003 11:51:54 -0400

Index: emacs/lispref/text.texi
diff -c emacs/lispref/text.texi:1.63 emacs/lispref/text.texi:1.64
*** emacs/lispref/text.texi:1.63        Mon Jun 30 06:42:46 2003
--- emacs/lispref/text.texi     Mon Jul 14 11:51:54 2003
***************
*** 2762,2779 ****
  @cindex keymap of character
  @kindex keymap @r{(text property)}
  The @code{keymap} property specifies an additional keymap for
! commands.  The property's value for the character after point, if
! address@hidden, is used for key lookup before the buffer's local map.
! (For mouse clicks, the @code{keymap} property of the character clicked
! on is the one used.)  If the property value is a symbol, the symbol's
! function definition is used as the keymap.  @xref{Active Keymaps}.
  
  @item local-map
  @kindex local-map @r{(text property)}
! This property specifies a keymap to use @emph{instead of} the buffer's
! local map.  If the property value is a symbol, the symbol's function
! definition is used as the keymap.  For most purposes (perhaps all
! purposes), the @code{keymap} is superior.
  
  @item syntax-table
  The @code{syntax-table} property overrides what the syntax table says
--- 2762,2781 ----
  @cindex keymap of character
  @kindex keymap @r{(text property)}
  The @code{keymap} property specifies an additional keymap for
! commands.  The property's value for the character before point applies
! if it is address@hidden and rear-sticky, and the property's value for
! the character after point applies if it is address@hidden and
! front-sticky.  When the value applies, it is used for key lookup
! before the buffer's local map.  (For mouse clicks, the position of the
! click is used instead of the position of point.)  If the property
! value is a symbol, the symbol's function definition is used as the
! keymap.  @xref{Active Keymaps}.
  
  @item local-map
  @kindex local-map @r{(text property)}
! This property works like @code{keymap} except that it specifies a
! keymap to use @emph{instead of} the buffer's local map.  For most
! purposes (perhaps all purposes), the @code{keymap} is superior.
  
  @item syntax-table
  The @code{syntax-table} property overrides what the syntax table says




reply via email to

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