diff options
author | Eric S. Raymond <esr@snark.thyrsus.com> | 1993-03-22 22:44:33 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@snark.thyrsus.com> | 1993-03-22 22:44:33 +0000 |
commit | c91c4e6d7f2287a65bec3fd1b93997f518a5c4ea (patch) | |
tree | a1b00d5c22fc9239a0331c7bbc9d711a65644138 /lisp/emulation/vip.el | |
parent | a100548014c325e06d360997c9a305932d909cfc (diff) | |
download | emacs-c91c4e6d7f2287a65bec3fd1b93997f518a5c4ea.tar.gz |
Added or corrected Commentary section
Diffstat (limited to 'lisp/emulation/vip.el')
-rw-r--r-- | lisp/emulation/vip.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/emulation/vip.el b/lisp/emulation/vip.el index 14da705e602..e9792745861 100644 --- a/lisp/emulation/vip.el +++ b/lisp/emulation/vip.el @@ -6,6 +6,8 @@ ;;; Commentary: +;; A full-featured vi(1) emulator. +;; ;; In Japan, the author's address is: masahiko@sato.riec.tohoku.junet ;; ;; Send suggestions and bug reports to one of the above addresses. @@ -274,7 +276,7 @@ Type `n' to quit this window for now.\n") (vip-change-mode 'emacs-mode)) -;; escape to emacs mode termporarilly +;; escape to emacs mode temporarily (defun vip-get-editor-command (l-map g-map &optional str) "Read characters from keyboard until an editor command is formed, using |