diff options
| author | Richard M. Stallman | 2001-02-17 17:05:29 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2001-02-17 17:05:29 +0000 |
| commit | 697e2b9965aa9c30622d0091be8cbb84bc707a99 (patch) | |
| tree | 994860ad3a7a99bee814728873e4687c9d6ba079 | |
| parent | e5811d7119f0b684c77820e846a0779986711f4a (diff) | |
| download | emacs-697e2b9965aa9c30622d0091be8cbb84bc707a99.tar.gz emacs-697e2b9965aa9c30622d0091be8cbb84bc707a99.zip | |
Fix some Texinfo usage.
| -rw-r--r-- | man/files.texi | 4 | ||||
| -rw-r--r-- | man/viper.texi | 40 |
2 files changed, 23 insertions, 21 deletions
diff --git a/man/files.texi b/man/files.texi index 0de8040123c..53c2386c3c3 100644 --- a/man/files.texi +++ b/man/files.texi | |||
| @@ -2629,8 +2629,8 @@ that means to use your own user name. But if you set the variable | |||
| 2629 | @cindex anonymous FTP | 2629 | @cindex anonymous FTP |
| 2630 | @vindex ange-ftp-generate-anonymous-password | 2630 | @vindex ange-ftp-generate-anonymous-password |
| 2631 | To visit files accessible by anonymous FTP, you use special user | 2631 | To visit files accessible by anonymous FTP, you use special user |
| 2632 | names ``anonymous'' or ``ftp''. Passwords for these user names are | 2632 | names @samp{anonymous} or @samp{ftp}. Passwords for these user names |
| 2633 | handled specially. The variable | 2633 | are handled specially. The variable |
| 2634 | @code{ange-ftp-generate-anonymous-password} controls what happens: if | 2634 | @code{ange-ftp-generate-anonymous-password} controls what happens: if |
| 2635 | the value of this variable is a string, then that string is used as | 2635 | the value of this variable is a string, then that string is used as |
| 2636 | the password; if non-@code{nil} (the default), then the value of | 2636 | the password; if non-@code{nil} (the default), then the value of |
diff --git a/man/viper.texi b/man/viper.texi index b62f1e097e3..1d580d455ae 100644 --- a/man/viper.texi +++ b/man/viper.texi | |||
| @@ -414,7 +414,7 @@ For a full list of Ex commands supported by Viper, type | |||
| 414 | commands, type @kbd{:help}. This will invoke Viper Info | 414 | commands, type @kbd{:help}. This will invoke Viper Info |
| 415 | (if it is installed). Then typing @kbd{i} will prompt you for a topic to | 415 | (if it is installed). Then typing @kbd{i} will prompt you for a topic to |
| 416 | search in the index. Note: to search for Ex commands in the index, you | 416 | search in the index. Note: to search for Ex commands in the index, you |
| 417 | should start them with a ``@kbd{:}'', e.g., @kbd{:WW}. | 417 | should start them with a @kbd{:}, e.g., @kbd{:WW}. |
| 418 | 418 | ||
| 419 | In Viper, Ex commands can be made to work on the current Emacs region. | 419 | In Viper, Ex commands can be made to work on the current Emacs region. |
| 420 | This is done by typing a digit argument before @kbd{:}. | 420 | This is done by typing a digit argument before @kbd{:}. |
| @@ -2581,8 +2581,8 @@ occurrence of the pattern to search for. | |||
| 2581 | 2581 | ||
| 2582 | Note: while loading initially, Viper binds this mouse action only if it is | 2582 | Note: while loading initially, Viper binds this mouse action only if it is |
| 2583 | not already bound to something else. If you want to use the mouse-search | 2583 | not already bound to something else. If you want to use the mouse-search |
| 2584 | feature and the Meta-Shift-button-1 mouse action is already bound to | 2584 | feature, and the @kbd{Meta-Shift-Mouse-1} mouse action is already bound to |
| 2585 | something else you can rebind the mouse-search feature by setting | 2585 | something else, you can rebind the mouse-search feature by setting |
| 2586 | @code{viper-mouse-search-key} to something else in your @code{~/.viper} | 2586 | @code{viper-mouse-search-key} to something else in your @code{~/.viper} |
| 2587 | file: | 2587 | file: |
| 2588 | @lisp | 2588 | @lisp |
| @@ -2659,8 +2659,8 @@ purpose of mouse search and mouse insert. By default, this is set to | |||
| 2659 | @code{double-click-time} in Emacs and to | 2659 | @code{double-click-time} in Emacs and to |
| 2660 | @code{mouse-track-multi-click-time} milliseconds in XEmacs. | 2660 | @code{mouse-track-multi-click-time} milliseconds in XEmacs. |
| 2661 | @end table | 2661 | @end table |
| 2662 | @kindex @kbd{S-mouse-1} | 2662 | @kindex @kbd{S-Mouse-1} |
| 2663 | @kindex @kbd{S-mouse-2} | 2663 | @kindex @kbd{S-Mouse-2} |
| 2664 | @kindex @kbd{meta shift button1up} | 2664 | @kindex @kbd{meta shift button1up} |
| 2665 | @kindex @kbd{meta shift button2up} | 2665 | @kindex @kbd{meta shift button2up} |
| 2666 | @vindex @code{viper-multiclick-timeout} | 2666 | @vindex @code{viper-multiclick-timeout} |
| @@ -2938,16 +2938,18 @@ found will be executed. Usually this is the macro with a shorter name. So, | |||
| 2938 | in our case, @kbd{[[[[text} will cause the macro @kbd{[[} to be executed | 2938 | in our case, @kbd{[[[[text} will cause the macro @kbd{[[} to be executed |
| 2939 | twice and then the remaining keys, @kbd{t e x t}, will be processed. | 2939 | twice and then the remaining keys, @kbd{t e x t}, will be processed. |
| 2940 | 2940 | ||
| 2941 | When defining macros using @kbd{:map} or @kbd{:map!}, the user enters the | 2941 | When defining macros using @kbd{:map} or @kbd{:map!}, the user enters |
| 2942 | actually keys to be used to invoke the macro. For instance, you should hit | 2942 | the actually keys to be used to invoke the macro. For instance, you |
| 2943 | the actual key @kbd{f6} if it is to be part of a macro name; you do | 2943 | should hit the actual key @kbd{f6} if it is to be part of a macro |
| 2944 | @emph{not} write `f 6'. When entering keys, Viper displays them as strings or | 2944 | name; you do @emph{not} write @kbd{f 6}. When entering keys, Viper |
| 2945 | vectors (e.g., "abc" or [f6 f7 a]). The same holds for unmapping. Hitting | 2945 | displays them as strings or vectors (e.g., @code{"abc"} or @code{[f6 |
| 2946 | @key{TAB} while typing a macro name in the @kbd{:unmap} or @kbd{:unmap!} command | 2946 | f7 a]}). The same holds for unmapping. Hitting @key{TAB} while |
| 2947 | will cause name completion. Completions are displayed as strings or vectors. | 2947 | typing a macro name in the @kbd{:unmap} or @kbd{:unmap!} command will |
| 2948 | However, as before, you don't actually type ``"'', ``['', or ``]'' that | 2948 | cause name completion. Completions are displayed as strings or |
| 2949 | appear in the completions. These are meta-symbols that indicate whether | 2949 | vectors. However, as before, you don't actually type @samp{"}, |
| 2950 | the corresponding macro name is a vector or a string. | 2950 | @samp{[}, or @samp{]} that appear in the completions. These are |
| 2951 | meta-symbols that indicate whether the corresponding macro name is a | ||
| 2952 | vector or a string. | ||
| 2951 | 2953 | ||
| 2952 | One last difference from Vi: Vi-style keyboard macros cannot be defined in | 2954 | One last difference from Vi: Vi-style keyboard macros cannot be defined in |
| 2953 | terms of other Vi-style keyboard macros (but named Emacs macros are OK). | 2955 | terms of other Vi-style keyboard macros (but named Emacs macros are OK). |
| @@ -4384,7 +4386,7 @@ The following two mouse actions are normally bound to to special search and | |||
| 4384 | insert commands in of Viper: | 4386 | insert commands in of Viper: |
| 4385 | 4387 | ||
| 4386 | @table @kbd | 4388 | @table @kbd |
| 4387 | @item S-mouse-1 | 4389 | @item S-Mouse-1 |
| 4388 | Holding Shift and clicking mouse button 1 will | 4390 | Holding Shift and clicking mouse button 1 will |
| 4389 | initiate search for | 4391 | initiate search for |
| 4390 | a region under the mouse pointer. | 4392 | a region under the mouse pointer. |
| @@ -4393,7 +4395,7 @@ binding only if this mouse action is not | |||
| 4393 | already bound to something else. | 4395 | already bound to something else. |
| 4394 | @xref{Viper Specials}, for more information.@refill | 4396 | @xref{Viper Specials}, for more information.@refill |
| 4395 | 4397 | ||
| 4396 | @item S-mouse-2 | 4398 | @item S-Mouse-2 |
| 4397 | Holding Shift and clicking button 2 of the mouse will | 4399 | Holding Shift and clicking button 2 of the mouse will |
| 4398 | insert a region surrounding the mouse pointer. | 4400 | insert a region surrounding the mouse pointer. |
| 4399 | This command can also take a prefix argument. | 4401 | This command can also take a prefix argument. |
| @@ -4401,8 +4403,8 @@ Note: Viper sets this binding only if this mouse action is not | |||
| 4401 | already bound to something else. | 4403 | already bound to something else. |
| 4402 | @xref{Viper Specials}, for more details.@refill | 4404 | @xref{Viper Specials}, for more details.@refill |
| 4403 | @end table | 4405 | @end table |
| 4404 | @kindex @kbd{S-mouse-1} | 4406 | @kindex @kbd{S-Mouse-1} |
| 4405 | @kindex @kbd{S-mouse-2} | 4407 | @kindex @kbd{S-Mouse-2} |
| 4406 | @kindex @kbd{meta button1up} | 4408 | @kindex @kbd{meta button1up} |
| 4407 | @kindex @kbd{meta button2up} | 4409 | @kindex @kbd{meta button2up} |
| 4408 | 4410 | ||