Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
33c053f4
Commit
33c053f4
authored
Jan 02, 2007
by
Juanma Barranquero
Browse files
(viper-custom-file-name, viper-mode): Fix typos in docstrings.
parent
dbf284be
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
lisp/ChangeLog
lisp/ChangeLog
+3
-0
lisp/emulation/viper.el
lisp/emulation/viper.el
+2
-2
No files found.
lisp/ChangeLog
View file @
33c053f4
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.
lisp/emulation/viper.el
View file @
33c053f4
...
...
@@ -325,7 +325,7 @@
;; better be defined before Viper custom group.
(
defvar
viper-custom-file-name
(
convert-standard-filename
"~/.viper"
)
"Viper customi
s
ation file.
"Viper customi
z
ation 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 prima
t
ily when Viper is being loaded.
This variable is used prima
r
ily 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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment