Comment spelling fix.
This commit is contained in:
parent
6230011fdd
commit
e8b5c6a20c
1 changed files with 1 additions and 1 deletions
|
@ -2878,7 +2878,7 @@ remapped command in the returned list. */)
|
|||
&& !NILP (firstonly)
|
||||
&& !NILP (tem = Fget (definition, QCadvertised_binding)))
|
||||
{
|
||||
/* We have a list of advertized bindings. */
|
||||
/* We have a list of advertised bindings. */
|
||||
while (CONSP (tem))
|
||||
if (EQ (shadow_lookup (keymaps, XCAR (tem), Qnil, 0), definition))
|
||||
return XCAR (tem);
|
||||
|
|
Loading…
Add table
Reference in a new issue