emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lispref/keymaps.texi,v


From: David Kastrup
Subject: [Emacs-diffs] Changes to emacs/lispref/keymaps.texi,v
Date: Mon, 25 Jun 2007 20:53:50 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     David Kastrup <dak>     07/06/25 20:53:49

Index: lispref/keymaps.texi
===================================================================
RCS file: /sources/emacs/emacs/lispref/keymaps.texi,v
retrieving revision 1.105
retrieving revision 1.106
diff -u -b -r1.105 -r1.106
--- lispref/keymaps.texi        11 May 2007 04:44:29 -0000      1.105
+++ lispref/keymaps.texi        25 Jun 2007 20:53:48 -0000      1.106
@@ -655,12 +655,15 @@
 
   @xref{Standard Keymaps}, for a list of standard keymaps.
 
address@hidden current-active-maps &optional olp
address@hidden current-active-maps &optional olp position
 This returns the list of active keymaps that would be used by the
 command loop in the current circumstances to look up a key sequence.
 Normally it ignores @code{overriding-local-map} and
address@hidden, but if @var{olp} is
address@hidden then it pays attention to them.
address@hidden, but if @var{olp} is address@hidden
+then it pays attention to them.  @var{position} can optionally be either
+an event position as returned by @code{event-start} or a buffer
+position, and may change the keymaps as described for
address@hidden
 @end defun
 
 @defun key-binding key &optional accept-defaults no-remap position




reply via email to

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