From: Glenn Morris Date: Wed, 23 Feb 2011 07:15:55 +0000 (-0800) Subject: Fix typo "comand". X-Git-Tag: emacs-23.3~9 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6e81c8191f5e07343d348ed3fbdc9277a1c10cb1;p=emacs.git Fix typo "comand". --- diff --git a/ChangeLog b/ChangeLog index 7694e4bc3cc..a58004ec2be 100644 --- a/ChangeLog +++ b/ChangeLog @@ -6271,7 +6271,7 @@ * 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, diff --git a/lisp/ChangeLog.10 b/lisp/ChangeLog.10 index cd07254262c..301802899b8 100644 --- a/lisp/ChangeLog.10 +++ b/lisp/ChangeLog.10 @@ -20591,7 +20591,7 @@ * 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 diff --git a/lisp/emulation/viper-cmd.el b/lisp/emulation/viper-cmd.el index 317b5760caa..98d77b7212e 100644 --- a/lisp/emulation/viper-cmd.el +++ b/lisp/emulation/viper-cmd.el @@ -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)) )) diff --git a/src/ChangeLog.10 b/src/ChangeLog.10 index 4038f03d079..b62faf17341 100644 --- a/src/ChangeLog.10 +++ b/src/ChangeLog.10 @@ -25478,7 +25478,7 @@ 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.