diff options
| author | Juanma Barranquero | 2007-01-02 23:57:14 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2007-01-02 23:57:14 +0000 |
| commit | 33c053f464bb45f7fc760b659bb109fbf180ba92 (patch) | |
| tree | ed21d067cabf65b6d29783c5074d892a27032441 | |
| parent | dbf284bece5dee64e944d3e4baffd2d23fa94ab9 (diff) | |
| download | emacs-33c053f464bb45f7fc760b659bb109fbf180ba92.tar.gz emacs-33c053f464bb45f7fc760b659bb109fbf180ba92.zip | |
(viper-custom-file-name, viper-mode): Fix typos in docstrings.
| -rw-r--r-- | lisp/ChangeLog | 3 | ||||
| -rw-r--r-- | lisp/emulation/viper.el | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 687dabb2b94..f8aff251989 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2007-01-02 Juanma Barranquero <lekktu@gmail.com> | 1 | 2007-01-02 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 2 | ||
| 3 | * emulation/viper.el (viper-custom-file-name, viper-mode): | ||
| 4 | Fix typos in docstrings. | ||
| 5 | |||
| 3 | * subr.el (momentary-string-display): After moving point, set POS | 6 | * subr.el (momentary-string-display): After moving point, set POS |
| 4 | variable to it to avoid later errors once the buffer is modified. | 7 | variable to it to avoid later errors once the buffer is modified. |
| 5 | Doc fix. | 8 | Doc fix. |
diff --git a/lisp/emulation/viper.el b/lisp/emulation/viper.el index fd1a8aa92ea..4173856fdd1 100644 --- a/lisp/emulation/viper.el +++ b/lisp/emulation/viper.el | |||
| @@ -325,7 +325,7 @@ | |||
| 325 | 325 | ||
| 326 | ;; better be defined before Viper custom group. | 326 | ;; better be defined before Viper custom group. |
| 327 | (defvar viper-custom-file-name (convert-standard-filename "~/.viper") | 327 | (defvar viper-custom-file-name (convert-standard-filename "~/.viper") |
| 328 | "Viper customisation file. | 328 | "Viper customization file. |
| 329 | If set by the user, this must be done _before_ Viper is loaded in `~/.emacs'.") | 329 | If set by the user, this must be done _before_ Viper is loaded in `~/.emacs'.") |
| 330 | 330 | ||
| 331 | (defgroup viper nil | 331 | (defgroup viper nil |
| @@ -360,7 +360,7 @@ user decide when to invoke Viper in a major mode." | |||
| 360 | (t 'ask)) | 360 | (t 'ask)) |
| 361 | "To Viperize or not to Viperize. | 361 | "To Viperize or not to Viperize. |
| 362 | If t, viperize Emacs. If nil -- don't. If `ask', ask the user. | 362 | If t, viperize Emacs. If nil -- don't. If `ask', ask the user. |
| 363 | This variable is used primatily when Viper is being loaded. | 363 | This variable is used primarily when Viper is being loaded. |
| 364 | 364 | ||
| 365 | Must be set in `~/.emacs' before Viper is loaded. | 365 | Must be set in `~/.emacs' before Viper is loaded. |
| 366 | DO NOT set this variable interactively, unless you are using the customization | 366 | DO NOT set this variable interactively, unless you are using the customization |