emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/emacs-23 r100500: Comment spelling fix.


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-23 r100500: Comment spelling fix.
Date: Tue, 22 Feb 2011 20:26:42 -0800
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 100500
committer: Glenn Morris <address@hidden>
branch nick: emacs-23
timestamp: Tue 2011-02-22 20:26:42 -0800
message:
  Comment spelling fix.
modified:
  src/keymap.c
=== modified file 'src/keymap.c'
--- a/src/keymap.c      2011-01-02 23:50:46 +0000
+++ b/src/keymap.c      2011-02-23 04:26:42 +0000
@@ -2878,7 +2878,7 @@
       && !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);


reply via email to

[Prev in Thread] Current Thread [Next in Thread]