]> git.eshelyaron.com Git - emacs.git/commitdiff
* src/keyboard.c: Fix comment typo.
authorGlenn Morris <rgm@gnu.org>
Mon, 24 Nov 2014 07:49:39 +0000 (23:49 -0800)
committerGlenn Morris <rgm@gnu.org>
Mon, 24 Nov 2014 07:49:39 +0000 (23:49 -0800)
src/keyboard.c

index eb27d6fefaba06be848f316f204e457bbd416990..29bf9ed9e1ab8758e7d6fd7510e52785e5c64cd4 100644 (file)
@@ -11721,7 +11721,7 @@ keys_of_keyboard (void)
      - we enter the second prompt.
        current-prefix-arg is non-nil, prefix-arg is nil.
      - before running the first real event, we run the special iconify-frame
-       event, but we pass the `special' arg to execute-command so
+       event, but we pass the `special' arg to command-execute so
        current-prefix-arg and prefix-arg are left untouched.
      - here we foolishly copy the non-nil current-prefix-arg to prefix-arg.
      - the next key event will have a spuriously non-nil current-prefix-arg.  */