diff man/frames.texi @ 35188:94d46968a93f

Don't say "X Windows". From Colin Walters <walters@cis.ohio-state.edu>.
author Eli Zaretskii <eliz@gnu.org>
date Wed, 10 Jan 2001 08:15:32 +0000
parents ae23bd13d2ee
children 37c3ff967327
line wrap: on
line diff
--- a/man/frames.texi	Tue Jan 09 23:49:44 2001 +0000
+++ b/man/frames.texi	Wed Jan 10 08:15:32 2001 +0000
@@ -491,11 +491,11 @@
 @section Multiple Displays
 @cindex multiple displays
 
-  A single Emacs can talk to more than one X Windows display.
-Initially, Emacs uses just one display---the one specified with the
-@env{DISPLAY} environment variable or with the @samp{--display} option
-(@pxref{Initial Options}).  To connect to another display, use the
-command @code{make-frame-on-display}:
+  A single Emacs can talk to more than one X display.  Initially, Emacs
+uses just one display---the one specified with the @env{DISPLAY}
+environment variable or with the @samp{--display} option (@pxref{Initial
+Options}).  To connect to another display, use the command
+@code{make-frame-on-display}:
 
 @findex make-frame-on-display
 @table @kbd