emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/keymap.c


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/src/keymap.c
Date: Thu, 19 Jan 2006 17:41:40 +0000

Index: emacs/src/keymap.c
diff -u emacs/src/keymap.c:1.314 emacs/src/keymap.c:1.315
--- emacs/src/keymap.c:1.314    Tue Jan  3 16:54:47 2006
+++ emacs/src/keymap.c  Thu Jan 19 17:41:40 2006
@@ -743,8 +743,10 @@
 }
 
 DEFUN ("map-keymap", Fmap_keymap, Smap_keymap, 2, 3, 0,
-       doc: /* Call FUNCTION for every binding in KEYMAP.
-FUNCTION is called with two arguments: the event and its binding.
+       doc: /* Call FUNCTION once for each binding in KEYMAP.
+FUNCTION is called with two arguments: the event that is bound, and
+the definition it is bound to.
+
 If KEYMAP has a parent, the parent's bindings are included as well.
 This works recursively: if the parent has itself a parent, then the
 grandparent's bindings are also included and so on.




reply via email to

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