Comment spelling fix.

This commit is contained in:
Glenn Morris 2011-02-22 20:26:42 -08:00
parent 6230011fdd
commit e8b5c6a20c

View file

@ -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);