diff options
| author | Juanma Barranquero | 2006-11-06 02:33:15 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2006-11-06 02:33:15 +0000 |
| commit | 49c8765481f77758765bc26ac2ecdd9efbf82ff8 (patch) | |
| tree | 9258853b3671e063e0731bddc486aa37e045b62e /lisp | |
| parent | a6fb441a191fbe16b60f4540c281bfd85e65799b (diff) | |
| download | emacs-49c8765481f77758765bc26ac2ecdd9efbf82ff8.tar.gz emacs-49c8765481f77758765bc26ac2ecdd9efbf82ff8.zip | |
(vip-emacs-local-map, vip-change-mode-to-emacs): Fix typo in docstring.
Diffstat (limited to 'lisp')
| -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 | ||