projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6230011
)
Comment spelling fix.
author
Glenn Morris
<rgm@gnu.org>
Wed, 23 Feb 2011 04:26:42 +0000
(20:26 -0800)
committer
Glenn Morris
<rgm@gnu.org>
Wed, 23 Feb 2011 04:26:42 +0000
(20:26 -0800)
src/keymap.c
patch
|
blob
|
history
diff --git
a/src/keymap.c
b/src/keymap.c
index 00726cdea9d7bd310a8d61f0906a01600f1affc5..b3c1400a64ca549b06f9906a647429b44042c8b4 100644
(file)
--- a/
src/keymap.c
+++ b/
src/keymap.c
@@
-2878,7
+2878,7
@@
remapped command in the returned list. */)
&& !NILP (firstonly)
&& !NILP (tem = Fget (definition, QCadvertised_binding)))
{
- /* We have a list of adverti
z
ed bindings. */
+ /* We have a list of adverti
s
ed bindings. */
while (CONSP (tem))
if (EQ (shadow_lookup (keymaps, XCAR (tem), Qnil, 0), definition))
return XCAR (tem);