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
cbd9191d
Commit
cbd9191d
authored
Nov 06, 2006
by
Juanma Barranquero
Browse files
(viper-mode, viper-set-hooks, viper-major-mode-modifier-list):
Fix typos in docstrings.
parent
fca615d5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
lisp/emulation/viper.el
lisp/emulation/viper.el
+7
-7
No files found.
lisp/emulation/viper.el
View file @
cbd9191d
...
...
@@ -359,7 +359,7 @@ user decide when to invoke Viper in a major mode."
(
defcustom
viper-mode
(
cond
(
noninteractive
nil
)
(
t
'ask
))
"To Viperize or not to Viperize.
If t, viperize
e
macs. If nil -- don't. If `ask', ask the user.
If t, viperize
E
macs. If nil -- don't. If `ask', ask the user.
This variable is used primatily when Viper is being loaded.
Must be set in `~/.emacs' before Viper is loaded.
...
...
@@ -502,10 +502,10 @@ unless it is coming up in a wrong Viper state."
The list has the structure: ((mode viper-state keymap) (mode viper-state
keymap) ...). If `mode' is on the list, the `kemap' will be made active (on
the minor-mode-map-alist) in the specified viper state.
If you change this list, have to restart
e
macs for the change to take effect.
However, if you did the change through the customization widget, then
e
macs
If you change this list, have to restart
E
macs for the change to take effect.
However, if you did the change through the customization widget, then
E
macs
needs to be restarted only if you deleted a triple mode-state-keymap from the
list. No need to restart
e
macs in case of insertion or modification of an
list. No need to restart
E
macs in case of insertion or modification of an
existing triple."
:type
'
(
repeat
(
list
symbol
...
...
@@ -891,7 +891,7 @@ It also can't undo some Viper settings."
(
eval-after-load
"passwd"
'
(
defadvice
read-passwd-1
(
before
viper-passwd-ad
activate
)
"Switch to
e
macs state while reading password."
"Switch to
E
macs state while reading password."
(
viper-change-state-to-emacs
)))
(
defadvice
self-insert-command
(
around
viper-self-insert-ad
activate
)
...
...
@@ -939,7 +939,7 @@ It also can't undo some Viper settings."
(
eval-after-load
"rmailedit"
'
(
defadvice
rmail-cease-edit
(
after
viper-rmail-advice
activate
)
"Switch to
e
macs state when done editing message."
"Switch to
E
macs state when done editing message."
(
viper-change-state-to-emacs
)))
;; In case RMAIL was loaded before Viper.
(
defadvice
rmail-cease-edit
(
after
viper-rmail-advice
activate
)
...
...
@@ -1121,7 +1121,7 @@ It also can't undo some Viper settings."
(
save-window-excursion
(
with-output-to-temp-buffer
" *viper-info*"
(
princ
"
You have loaded Viper, and are about to Viperize your
e
macs!
You have loaded Viper, and are about to Viperize your
E
macs!
Viper is a Package for Emacs Rebels and a venomous VI PERil,
...
...
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