]> git.eshelyaron.com Git - emacs.git/commitdiff
Comment spelling fix.
authorGlenn Morris <rgm@gnu.org>
Wed, 23 Feb 2011 04:26:42 +0000 (20:26 -0800)
committerGlenn Morris <rgm@gnu.org>
Wed, 23 Feb 2011 04:26:42 +0000 (20:26 -0800)
src/keymap.c

index 00726cdea9d7bd310a8d61f0906a01600f1affc5..b3c1400a64ca549b06f9906a647429b44042c8b4 100644 (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);