aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2007-01-02 23:57:14 +0000
committerJuanma Barranquero2007-01-02 23:57:14 +0000
commit33c053f464bb45f7fc760b659bb109fbf180ba92 (patch)
treeed21d067cabf65b6d29783c5074d892a27032441
parentdbf284bece5dee64e944d3e4baffd2d23fa94ab9 (diff)
downloademacs-33c053f464bb45f7fc760b659bb109fbf180ba92.tar.gz
emacs-33c053f464bb45f7fc760b659bb109fbf180ba92.zip
(viper-custom-file-name, viper-mode): Fix typos in docstrings.
-rw-r--r--lisp/ChangeLog3
-rw-r--r--lisp/emulation/viper.el4
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 @@
12007-01-02 Juanma Barranquero <lekktu@gmail.com> 12007-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.
329If set by the user, this must be done _before_ Viper is loaded in `~/.emacs'.") 329If 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.
362If t, viperize Emacs. If nil -- don't. If `ask', ask the user. 362If t, viperize Emacs. If nil -- don't. If `ask', ask the user.
363This variable is used primatily when Viper is being loaded. 363This variable is used primarily when Viper is being loaded.
364 364
365Must be set in `~/.emacs' before Viper is loaded. 365Must be set in `~/.emacs' before Viper is loaded.
366DO NOT set this variable interactively, unless you are using the customization 366DO NOT set this variable interactively, unless you are using the customization