# HG changeset patch # User Karl Heuer # Date 820799507 0 # Node ID 5eeb4ca55f3df3deeca2292547ede6afeb5b8690 # Parent 8ade85f685c258093f4a4b8bcd13d50c4e68baf6 (vip-shift-width): Doc fix. diff -r 8ade85f685c2 -r 5eeb4ca55f3d lisp/emulation/vip.el --- a/lisp/emulation/vip.el Thu Jan 04 23:51:12 1996 +0000 +++ b/lisp/emulation/vip.el Thu Jan 04 23:51:47 1996 +0000 @@ -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 @@ (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)