summaryrefslogtreecommitdiff
path: root/lispref/os.texi
diff options
context:
space:
mode:
authorDave Love <fx@gnu.org>2001-01-22 20:50:42 +0000
committerDave Love <fx@gnu.org>2001-01-22 20:50:42 +0000
commite294b7f1bf06719d35ffb89995c34e7c30c4eb75 (patch)
treecb93107da5b78a7ee2dc78844b8e23190cbe6eba /lispref/os.texi
parentcb2ddc536628e8976717999cac74ae3fe54e071a (diff)
downloademacs-e294b7f1bf06719d35ffb89995c34e7c30c4eb75.tar.gz
Change "X windows" instances.
Diffstat (limited to 'lispref/os.texi')
-rw-r--r--lispref/os.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/lispref/os.texi b/lispref/os.texi
index 41d07aa6d74..2bc4ccb6f57 100644
--- a/lispref/os.texi
+++ b/lispref/os.texi
@@ -27,7 +27,7 @@ pertaining to the terminal and the screen.
* 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 @@ subprocess of Emacs. Then you would exit the shell to return to Emacs.
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.