emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/doc/misc/cl.texi,v


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/doc/misc/cl.texi,v
Date: Sat, 05 Apr 2008 23:01:33 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Miles Bader <miles>     08/04/05 23:01:26

Index: doc/misc/cl.texi
===================================================================
RCS file: /cvsroot/emacs/emacs/doc/misc/cl.texi,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- doc/misc/cl.texi    22 Jan 2008 23:53:28 -0000      1.4
+++ doc/misc/cl.texi    5 Apr 2008 23:01:25 -0000       1.5
@@ -2471,7 +2471,8 @@
 
 @item for @var{var} being the key-codes of @var{keymap}
 This clause iterates over the entries in @var{keymap}.
-The iteration does not enter nested keymaps or inherited (parent) keymaps.
+The iteration does not enter nested keymaps but does enter inherited
+(parent) keymaps.
 You can use @samp{the key-bindings} to access the commands bound to
 the keys rather than the key codes, and you can add a @code{using}
 clause to access both the codes and the bindings together.




reply via email to

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