aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris <[email protected]>2011-02-22 20:26:42 -0800
committerGlenn Morris <[email protected]>2011-02-22 20:26:42 -0800
commite8b5c6a20c8191da7587ffd21fcac7ae566acff4 (patch)
tree54c86422d9bdbf125d64c888cc49ad19535a4e20
parent6230011fdd200dfaf5cde4db57ac5573315a9f5d (diff)
Comment spelling fix.
-rw-r--r--src/keymap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keymap.c b/src/keymap.c
index 00726cdea9..b3c1400a64 100644
--- 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 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);