]> code.delx.au - gnu-emacs/blobdiff - doc/misc/cl.texi
Merge from emacs--rel--22
[gnu-emacs] / doc / misc / cl.texi
index c16821ba3ca3c5da05f16c503a524dea9bd8a84e..7c6cd1d0c49f9eb451b5dd932a9fe810f39c8d74 100644 (file)
@@ -2471,7 +2471,8 @@ hash table entry.
 
 @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.