emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/man/Attic/cl.texi,v [EMACS_22_BASE]


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/man/Attic/cl.texi,v [EMACS_22_BASE]
Date: Wed, 19 Mar 2008 02:38:45 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Branch:         EMACS_22_BASE
Changes by:     Stefan Monnier <monnier>        08/03/19 02:38:45

Index: cl.texi
===================================================================
RCS file: /sources/emacs/emacs/man/Attic/cl.texi,v
retrieving revision 1.33.2.2
retrieving revision 1.33.2.3
diff -u -b -r1.33.2.2 -r1.33.2.3
--- cl.texi     9 Jan 2008 04:08:32 -0000       1.33.2.2
+++ cl.texi     19 Mar 2008 02:38:44 -0000      1.33.2.3
@@ -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]