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: Chong Yidong
Subject: [Emacs-diffs] Changes to emacs/lispref/keymaps.texi,v
Date: Sun, 01 Apr 2007 22:10:39 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Chong Yidong <cyd>      07/04/01 22:10:39

Index: keymaps.texi
===================================================================
RCS file: /sources/emacs/emacs/lispref/keymaps.texi,v
retrieving revision 1.100
retrieving revision 1.101
diff -u -b -r1.100 -r1.101
--- keymaps.texi        1 Apr 2007 18:11:15 -0000       1.100
+++ keymaps.texi        1 Apr 2007 22:10:39 -0000       1.101
@@ -1489,13 +1489,17 @@
 if an ordinary binding specifies @code{my-kill-line}, this keymap will
 remap it to @code{my-other-kill-line}.
 
address@hidden command-remapping command &optional position
address@hidden command-remapping command &optional position keymaps
 This function returns the remapping for @var{command} (a symbol),
 given the current active keymaps.  If @var{command} is not remapped
 (which is the usual situation), or not a symbol, the function returns
 @code{nil}.  @code{position} can optionally specify a buffer position
 or an event position to determine the keymaps to use, as in
 @code{key-binding}.
+
+If the optional argument @code{keymaps} is address@hidden, it
+specifies a list of keymaps to search in.  This argument is ignored if
address@hidden is address@hidden
 @end defun
 
 @node Translation Keymaps




reply via email to

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