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 r100504: Fix typo "comand".


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-23 r100504: Fix typo "comand".
Date: Tue, 22 Feb 2011 23:15:55 -0800
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 100504
committer: Glenn Morris <address@hidden>
branch nick: emacs-23
timestamp: Tue 2011-02-22 23:15:55 -0800
message:
  Fix typo "comand".
modified:
  ChangeLog
  lisp/ChangeLog.10
  lisp/emulation/viper-cmd.el
  src/ChangeLog.10
=== modified file 'ChangeLog'
--- a/ChangeLog 2011-02-23 05:10:10 +0000
+++ b/ChangeLog 2011-02-23 07:15:55 +0000
@@ -6271,7 +6271,7 @@
 
        * Makefile.in (lib-src/Makefile, src/Makefile, oldXMenu/Makefile):
        Depend on vpath.sed.
-       Replace sed comand for VPATH with @address@hidden
+       Replace sed command for VPATH with @address@hidden
 
        * configure.in: Substitute variable `vpath_sed'.
        If not in $srcdir and $srcdir is configured,

=== modified file 'lisp/ChangeLog.10'
--- a/lisp/ChangeLog.10 2011-01-02 23:50:46 +0000
+++ b/lisp/ChangeLog.10 2011-02-23 07:15:55 +0000
@@ -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

=== modified file 'lisp/emulation/viper-cmd.el'
--- a/lisp/emulation/viper-cmd.el       2011-01-02 23:50:46 +0000
+++ b/lisp/emulation/viper-cmd.el       2011-02-23 07:15:55 +0000
@@ -2376,7 +2376,7 @@
     (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))
     ))
 

=== modified file 'src/ChangeLog.10'
--- a/src/ChangeLog.10  2011-02-23 05:10:10 +0000
+++ b/src/ChangeLog.10  2011-02-23 07:15:55 +0000
@@ -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.
 


reply via email to

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