summaryrefslogtreecommitdiff
path: root/man/viper.texi
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2001-01-10 08:15:32 +0000
committerEli Zaretskii <eliz@gnu.org>2001-01-10 08:15:32 +0000
commit97878c08e08151528135ae911f69ad627360ff3b (patch)
tree9bada862e123a103c65dbcc8d9c15e1a1a42edb5 /man/viper.texi
parent402324527e3f282cfc70f0c5d5577b7be80b26db (diff)
downloademacs-97878c08e08151528135ae911f69ad627360ff3b.tar.gz
Don't say "X Windows". From Colin Walters <walters@cis.ohio-state.edu>.
Diffstat (limited to 'man/viper.texi')
-rw-r--r--man/viper.texi12
1 files changed, 6 insertions, 6 deletions
diff --git a/man/viper.texi b/man/viper.texi
index b7ad05c36a9..bd00a89faab 100644
--- a/man/viper.texi
+++ b/man/viper.texi
@@ -401,9 +401,9 @@ change to Vi state.@refill
For users who chose to set their user level to 1 at Viper setup time,
switching to Emacs state is deliberately made harder in order to not
-confuse the novice user. In this case, @kbd{C-z} will either iconify Emacs
-(if Emacs runs as an application under X Windows) or it will stop Emacs (if
-Emacs runs on a dumb terminal or in an Xterm window).
+confuse the novice user. In this case, @kbd{C-z} will either iconify
+Emacs (if Emacs runs as an application under X) or it will stop Emacs
+(if Emacs runs on a dumb terminal or in an Xterm window).
@item Vi state
This is the Vi command mode. Any of the Vi commands, such as @kbd{i, o, a},
@@ -1984,8 +1984,8 @@ preferred form is [help], and the Undo key has the preferred form [f14].
You can find out the preferred form of a key by typing @kbd{M-x
describe-key-briefly} and then typing the key you want to know about.
-Under X Windows, every keyboard key emits its preferred form, so you can
-just type
+Under the X Window System, every keyboard key emits its preferred form,
+so you can just type
@lisp
(global-set-key [f11] 'calendar) ; L1, Stop
@@ -2069,7 +2069,7 @@ for each specific key; @kbd{C-h b} will show all bindings, and @kbd{C-h m}
will provide information on the major mode in effect. If Help is not
enabled, you can still get help in Vi state by prefixing the above commands
with @kbd{\}, e.g., @kbd{\ C-h k} (or you can use the Help menu in the
-menu bar, if Emacs runs under X Windows).
+menu bar, if Emacs runs under X).
Viper users can also change bindings on a per major mode basis. As with
global bindings, this can be done separately for each of the three main Viper