]> git.eshelyaron.com Git - emacs.git/commitdiff
(vip-shift-width): Doc fix.
authorKarl Heuer <kwzh@gnu.org>
Thu, 4 Jan 1996 23:51:47 +0000 (23:51 +0000)
committerKarl Heuer <kwzh@gnu.org>
Thu, 4 Jan 1996 23:51:47 +0000 (23:51 +0000)
lisp/emulation/vip.el

index 12c7bd4945c3157c16688d04ed58bd8f333562ef..fb5434fae32a5195bd5f84375fb549e7dee7d1c2 100644 (file)
@@ -70,7 +70,7 @@
 re-execute last destructive command")
 
 (defconst vip-shift-width 8
-  "*The number of colums shifted by > and < command.")
+  "*The number of columns shifted by > and < command.")
 
 (defconst vip-re-replace nil
   "*If t then do regexp replace, if nil then do string replace.")
@@ -396,7 +396,7 @@ obtained so far, and COM is the command part obtained so far."
        (setq unread-command-events (list char)))
     ;; as com is non-nil, this means that we have a command to execute
     (if (or (= (car com) ?r) (= (car com) ?R))
-       ;; execute apropriate region command.
+       ;; execute appropriate region command.
        (let ((char (car com)) (com (cdr com)))
          (setq prefix-arg (cons value com))
          (if (= char ?r) (vip-region prefix-arg)