aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2011-02-22 23:15:55 -0800
committerGlenn Morris2011-02-22 23:15:55 -0800
commit6e81c8191f5e07343d348ed3fbdc9277a1c10cb1 (patch)
treed53f5afc83e43d262b662039508a50e59264b161
parent97610156f40b64a933d9c4afa4767e2443527892 (diff)
downloademacs-6e81c8191f5e07343d348ed3fbdc9277a1c10cb1.tar.gz
emacs-6e81c8191f5e07343d348ed3fbdc9277a1c10cb1.zip
Fix typo "comand".
-rw-r--r--ChangeLog2
-rw-r--r--lisp/ChangeLog.102
-rw-r--r--lisp/emulation/viper-cmd.el2
-rw-r--r--src/ChangeLog.102
4 files changed, 4 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 7694e4bc3cc..a58004ec2be 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6271,7 +6271,7 @@
6271 6271
6272 * Makefile.in (lib-src/Makefile, src/Makefile, oldXMenu/Makefile): 6272 * Makefile.in (lib-src/Makefile, src/Makefile, oldXMenu/Makefile):
6273 Depend on vpath.sed. 6273 Depend on vpath.sed.
6274 Replace sed comand for VPATH with @vpath_sed@. 6274 Replace sed command for VPATH with @vpath_sed@.
6275 6275
6276 * configure.in: Substitute variable `vpath_sed'. 6276 * configure.in: Substitute variable `vpath_sed'.
6277 If not in $srcdir and $srcdir is configured, 6277 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 @@
20591 20591
20592 * viper-cmd.el (viper-change-state): Got rid of make-local-hook. 20592 * viper-cmd.el (viper-change-state): Got rid of make-local-hook.
20593 (viper-special-read-and-insert-char): Make C-m work right in the r 20593 (viper-special-read-and-insert-char): Make C-m work right in the r
20594 comand. 20594 command.
20595 (viper-buffer-search-enable): Fixed format string. 20595 (viper-buffer-search-enable): Fixed format string.
20596 20596
20597 * viper-ex.el (ex-token-alist): Use ex-set-visited-file-name 20597 * 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."
2376 (if (eq viper-intermediate-command 'viper-repeat) 2376 (if (eq viper-intermediate-command 'viper-repeat)
2377 (viper-change-subr (mark t) (point)) 2377 (viper-change-subr (mark t) (point))
2378 (viper-change (mark t) (point))) 2378 (viper-change (mark t) (point)))
2379 ;; com is set to ?r when we repeat this comand with dot 2379 ;; com is set to ?r when we repeat this command with dot
2380 (viper-set-destructive-command (list 'viper-substitute val ?r nil nil nil)) 2380 (viper-set-destructive-command (list 'viper-substitute val ?r nil nil nil))
2381 )) 2381 ))
2382 2382
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 @@
25478 recursive call unless that arg is non-nil. 25478 recursive call unless that arg is non-nil.
25479 (where_is_internal): New argument no_remap. Callers changed. 25479 (where_is_internal): New argument no_remap. Callers changed.
25480 Call recursively to find original key bindings for a remapped 25480 Call recursively to find original key bindings for a remapped
25481 comand unless that arg is non-nil. 25481 command unless that arg is non-nil.
25482 (Fwhere_is_internal): New optional argument NO-REMAP. 25482 (Fwhere_is_internal): New optional argument NO-REMAP.
25483 Doc updated. Callers changed. Pass arg to where_is_internal. 25483 Doc updated. Callers changed. Pass arg to where_is_internal.
25484 25484