]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typo "comand".
authorGlenn Morris <rgm@gnu.org>
Wed, 23 Feb 2011 07:15:55 +0000 (23:15 -0800)
committerGlenn Morris <rgm@gnu.org>
Wed, 23 Feb 2011 07:15:55 +0000 (23:15 -0800)
ChangeLog
lisp/ChangeLog.10
lisp/emulation/viper-cmd.el
src/ChangeLog.10

index 7694e4bc3cc7e363a1bdaf67b070ba3c769b278c..a58004ec2be8bc891ca787d81e13f4a4acaea356 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
 
        * Makefile.in (lib-src/Makefile, src/Makefile, oldXMenu/Makefile):
        Depend on vpath.sed.
-       Replace sed comand for VPATH with @vpath_sed@.
+       Replace sed command for VPATH with @vpath_sed@.
 
        * configure.in: Substitute variable `vpath_sed'.
        If not in $srcdir and $srcdir is configured,
index cd07254262c021e6988f78a2f253a83cb21291e0..301802899b87a2eb4d0515e51157ee310bc8aff4 100644 (file)
 
        * viper-cmd.el (viper-change-state): Got rid of make-local-hook.
        (viper-special-read-and-insert-char): Make C-m work right in the r
-       comand.
+       command.
        (viper-buffer-search-enable): Fixed format string.
 
        * viper-ex.el (ex-token-alist): Use ex-set-visited-file-name
index 317b5760caacd205d29a6e0cf6fa5bdc4b10df4e..98d77b7212e2a7df13d5067da3f3c53eb11c051a 100644 (file)
@@ -2376,7 +2376,7 @@ problems."
     (if (eq viper-intermediate-command 'viper-repeat)
        (viper-change-subr (mark t) (point))
       (viper-change (mark t) (point)))
-    ;; com is set to ?r when we repeat this comand with dot
+    ;; com is set to ?r when we repeat this command with dot
     (viper-set-destructive-command (list 'viper-substitute val ?r nil nil nil))
     ))
 
index 4038f03d07924367fe7bce15fa035f19ab416bb0..b62faf17341ee2cd3f956772f808f9f175f25bc7 100644 (file)
        recursive call unless that arg is non-nil.
        (where_is_internal): New argument no_remap.  Callers changed.
        Call recursively to find original key bindings for a remapped
-       comand unless that arg is non-nil.
+       command unless that arg is non-nil.
        (Fwhere_is_internal): New optional argument NO-REMAP.
        Doc updated.  Callers changed.  Pass arg to where_is_internal.