mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-27 10:54:40 +00:00
(viper-custom-file-name, viper-mode): Fix typos in docstrings.
This commit is contained in:
parent
dbf284bece
commit
33c053f464
@ -1,5 +1,8 @@
|
||||
2007-01-02 Juanma Barranquero <lekktu@gmail.com>
|
||||
|
||||
* emulation/viper.el (viper-custom-file-name, viper-mode):
|
||||
Fix typos in docstrings.
|
||||
|
||||
* subr.el (momentary-string-display): After moving point, set POS
|
||||
variable to it to avoid later errors once the buffer is modified.
|
||||
Doc fix.
|
||||
|
@ -325,7 +325,7 @@
|
||||
|
||||
;; better be defined before Viper custom group.
|
||||
(defvar viper-custom-file-name (convert-standard-filename "~/.viper")
|
||||
"Viper customisation file.
|
||||
"Viper customization file.
|
||||
If set by the user, this must be done _before_ Viper is loaded in `~/.emacs'.")
|
||||
|
||||
(defgroup viper nil
|
||||
@ -360,7 +360,7 @@ user decide when to invoke Viper in a major mode."
|
||||
(t 'ask))
|
||||
"To Viperize or not to Viperize.
|
||||
If t, viperize Emacs. If nil -- don't. If `ask', ask the user.
|
||||
This variable is used primatily when Viper is being loaded.
|
||||
This variable is used primarily when Viper is being loaded.
|
||||
|
||||
Must be set in `~/.emacs' before Viper is loaded.
|
||||
DO NOT set this variable interactively, unless you are using the customization
|
||||
|
Loading…
Reference in New Issue
Block a user