]> code.delx.au - gnu-emacs/commitdiff
Change "X windows" instances.
authorDave Love <fx@gnu.org>
Mon, 22 Jan 2001 20:50:42 +0000 (20:50 +0000)
committerDave Love <fx@gnu.org>
Mon, 22 Jan 2001 20:50:42 +0000 (20:50 +0000)
lispref/elisp-vol1.texi
lispref/elisp-vol2.texi
lispref/elisp.texi
lispref/frames.texi
lispref/os.texi

index 2d9e96311c5a33731791622e387d3132011ef5ef..ddd4f776013e0417f5059ecce19d0efb9fc0dd59 100644 (file)
@@ -631,7 +631,7 @@ Keymaps
 * Inheritance and Keymaps::    How one keymap can inherit the bindings
                                  of another keymap.
 * Prefix Keys::                 Defining a key with a keymap as its definition.
-* Menu Keymaps::               A keymap can define a menu for X windows
+* Menu Keymaps::               A keymap can define a menu for X
                                  or for use from the terminal.
 * Active Keymaps::             Each buffer has a local keymap
                                   to override the standard (global) bindings.
index d0aaba769253c629e868c87e0c560dbb4f2ee89a..93e677ced5898f2a5cb902c9d7436662b06bd6ab 100644 (file)
@@ -631,7 +631,7 @@ Keymaps
 * Inheritance and Keymaps::    How one keymap can inherit the bindings
                                  of another keymap.
 * Prefix Keys::                 Defining a key with a keymap as its definition.
-* Menu Keymaps::               A keymap can define a menu for X windows
+* Menu Keymaps::               A keymap can define a menu for X
                                  or for use from the terminal.
 * Active Keymaps::             Each buffer has a local keymap
                                   to override the standard (global) bindings.
index f9e9c4e4128010ed99c3a6b5ffcdc2f641ecd431..96e2ab516b1de0225b8cb711afd67c6446c709c0 100644 (file)
@@ -523,7 +523,7 @@ Keymaps
 * Inheritance and Keymaps::    How one keymap can inherit the bindings
                                  of another keymap.
 * Prefix Keys::                 Defining a key with a keymap as its definition.
-* Menu Keymaps::               A keymap can define a menu for X windows
+* Menu Keymaps::               A keymap can define a menu for X
                                  or for use from the terminal.
 * Active Keymaps::             Each buffer has a local keymap
                                   to override the standard (global) bindings.
index 17b6794129029eda3c2143d895a253ea23d78651..4d327c9cd265b440b237caad75b68e7e1e2d984f 100644 (file)
@@ -20,7 +20,7 @@ one and only one at any given time---on the terminal screen, of course.
 
 @cindex window frame
   When Emacs communicates directly with a supported window system, such
-as X Windows, it does not have a terminal frame; instead, it starts with
+as X, it does not have a terminal frame; instead, it starts with
 a single @dfn{window frame}, but you can create more, and Emacs can
 display several such frames at once as is usual for window systems.
 
@@ -1310,7 +1310,7 @@ defined in the file @file{lisp/term/x-win.el}.  Use @kbd{M-x apropos
 
 @node Window System Selections
 @section Window System Selections
-@cindex selection (for X windows)
+@cindex selection (for window systems)
 
 The X server records a set of @dfn{selections} which permit transfer of
 data between application programs.  The various selections are
index 41d07aa6d74137dc056d1e07d4e7bfa9d5115c65..2bc4ccb6f57c057e3da10e59d17ab79a5f669574 100644 (file)
@@ -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.