diff options
| -rw-r--r-- | lisp/emulation/vip.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/emulation/vip.el b/lisp/emulation/vip.el index 227fe88b1a1..8b5109793c0 100644 --- a/lisp/emulation/vip.el +++ b/lisp/emulation/vip.el | |||
| @@ -45,7 +45,7 @@ | |||
| 45 | ;; external variables | 45 | ;; external variables |
| 46 | 46 | ||
| 47 | (defvar vip-emacs-local-map nil | 47 | (defvar vip-emacs-local-map nil |
| 48 | "Local map used in emacs mode. (Buffer-specific.)") | 48 | "Local map used in Emacs mode. (Buffer-specific.)") |
| 49 | 49 | ||
| 50 | (defvar vip-insert-local-map nil | 50 | (defvar vip-insert-local-map nil |
| 51 | "Local map used in insert command mode. (Buffer-specific.)") | 51 | "Local map used in insert command mode. (Buffer-specific.)") |
| @@ -447,7 +447,7 @@ Type `n' to quit this window for now.\n") | |||
| 447 | (vip-change-mode 'insert-mode)) | 447 | (vip-change-mode 'insert-mode)) |
| 448 | 448 | ||
| 449 | (defun vip-change-mode-to-emacs () | 449 | (defun vip-change-mode-to-emacs () |
| 450 | "Change mode to emacs mode." | 450 | "Change mode to Emacs mode." |
| 451 | (interactive) | 451 | (interactive) |
| 452 | (vip-change-mode 'emacs-mode)) | 452 | (vip-change-mode 'emacs-mode)) |
| 453 | 453 | ||