diff options
author | Romain Francoise <romain@orebokech.com> | 2006-06-05 11:44:42 +0000 |
---|---|---|
committer | Romain Francoise <romain@orebokech.com> | 2006-06-05 11:44:42 +0000 |
commit | 4dc5fe62c3619e4f1c96dfa26b16ab06428bd482 (patch) | |
tree | 62844da799ccbfbf0722af2e444a68dfd85256f1 /man/viper.texi | |
parent | 55d5a4633a297cebfb5b11dba5969934912a6687 (diff) | |
download | emacs-4dc5fe62c3619e4f1c96dfa26b16ab06428bd482.tar.gz |
* cc-mode.texi (Getting Started, Indentation Commands, Config Basics)
(Custom Filling and Breaking, Custom Braces, Syntactic Symbols)
(Line-Up Functions, Custom Macros):
* ediff.texi (Window and Frame Configuration)
(Highlighting Difference Regions, Highlighting Difference Regions):
* emacs-mime.texi (Display Customization):
* erc.texi (History):
* eshell.texi (Known problems):
* eudc.texi (Overview, BBDB):
* gnus.texi (NNTP, IMAP, Advanced Scoring Examples)
(The problem of spam, SpamOracle, Extending the Spam package)
(Conformity, Terminology):
* idlwave.texi (Routine Info, Routine Info)
(Class and Keyword Inheritance, Padding Operators)
(Breakpoints and Stepping, Electric Debug Mode)
(Examining Variables, Troubleshooting):
* org.texi (Creating timestamps):
* reftex.texi (Commands, Options, Changes):
* tramp.texi (Inline methods, Password caching)
(Auto-save and Backup, Issues):
* vip.texi (Files, Commands in Insert Mode):
* viper.texi (Emacs Preliminaries, States in Viper)
(Packages that Change Keymaps, Viper Specials, Groundwork):
* xresmini.texi (GTK resources):
Fix various typos.
Diffstat (limited to 'man/viper.texi')
-rw-r--r-- | man/viper.texi | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/man/viper.texi b/man/viper.texi index 7f67f0970fd..b1206c42c85 100644 --- a/man/viper.texi +++ b/man/viper.texi @@ -236,7 +236,7 @@ etc. Furthermore, Viper lets Ex-style commands to work on the current region. This is done by typing a digit argument before @kbd{:}. For instance, -typing @kbd{1:} will propmt you with something like @emph{:123,135}, +typing @kbd{1:} will prompt you with something like @emph{:123,135}, assuming that the current region starts at line 123 and ends at line 135. There is no need to type the line numbers, since Viper inserts them automatically in front of the Ex command. @@ -417,7 +417,7 @@ should start them with a @kbd{:}, e.g., @kbd{:WW}. In Viper, Ex commands can be made to work on the current Emacs region. This is done by typing a digit argument before @kbd{:}. -For instance, typing @kbd{1:} will propmt you with something like +For instance, typing @kbd{1:} will prompt you with something like @emph{:123,135}, assuming that the current region starts at line 123 and ends at line 135. There is no need to type the line numbers, since Viper inserts them automatically in front of the Ex command. @@ -2292,7 +2292,7 @@ the Shell mode by changing the bindings for @kbd{C-m} and @kbd{C-d} using (@pxref{Customization}). In some cases, some @emph{minor} modes might override certain essential -bindings in Vi command state. This is not a big priblem because this +bindings in Vi command state. This is not a big problem because this can happen only in the beginning, when the minor mode kicks in. Typing @code{M-x viper-mode} will correct the situation. Viper knows about several such minor modes and takes care of them, so the above trick @@ -2670,7 +2670,7 @@ placing this command in @code{~/.viper}: (setq viper-mouse-insert-key '(meta 2)) @end lisp If you want to bind mouse-insert to an action even if this action is -already taked for other purposes in Emacs, then you should add this command +already taken for other purposes in Emacs, then you should add this command to @code{~/.viper}, after setting @code{viper-mouse-insert-key}: @lisp (viper-bind-mouse-insert-key 'force) @@ -3236,7 +3236,7 @@ Control character. Finally, we note that Viper's Ex-style commands can be made to work on the current Emacs region. This is done by typing a digit argument before -@kbd{:}. For instance, typing @kbd{1:} will propmt you with something like +@kbd{:}. For instance, typing @kbd{1:} will prompt you with something like @emph{:123,135}, assuming that the current region starts at line 123 and ends at line 135. There is no need to type the line numbers, since Viper inserts them automatically in front of the Ex command. |