diff lispref/os.texi @ 35476:26912db550c3

Change "X windows" instances.
author Dave Love <fx@gnu.org>
date Mon, 22 Jan 2001 20:50:42 +0000
parents ac7551c36926
children 705d5129bb72
line wrap: on
line diff
--- a/lispref/os.texi	Mon Jan 22 19:13:08 2001 +0000
+++ b/lispref/os.texi	Mon Jan 22 20:50:42 2001 +0000
@@ -27,7 +27,7 @@
 * Terminal Input::      Recording terminal input for debugging.
 * Terminal Output::     Recording terminal output for debugging.
 * Sound Output::        Playing sounds on the computer's speaker.
-* Special Keysyms::     Defining system-specific key symbols for X windows.
+* Special Keysyms::     Defining system-specific key symbols for X.
 * Flow Control::        How to turn output flow control on or off.
 * Batch Mode::          Running Emacs without terminal interaction.
 @end menu
@@ -505,7 +505,7 @@
 may not have a parent that can resume it again, and in any case you can
 give input to some other job such as a shell merely by moving to a
 different window.  Therefore, suspending is not allowed when Emacs is using
-a window system (X Windows or MS Windows).
+a window system (X or MS Windows).
 
 @defun suspend-emacs string
 This function stops Emacs and returns control to the superior process.