From: Dave Love Date: Mon, 22 Jan 2001 20:50:42 +0000 (+0000) Subject: Change "X windows" instances. X-Git-Tag: emacs-pretest-21.0.96~158 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e294b7f1bf06719d35ffb89995c34e7c30c4eb75;p=emacs.git Change "X windows" instances. --- diff --git a/lispref/elisp-vol1.texi b/lispref/elisp-vol1.texi index 2d9e96311c5..ddd4f776013 100644 --- a/lispref/elisp-vol1.texi +++ b/lispref/elisp-vol1.texi @@ -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. diff --git a/lispref/elisp-vol2.texi b/lispref/elisp-vol2.texi index d0aaba76925..93e677ced58 100644 --- a/lispref/elisp-vol2.texi +++ b/lispref/elisp-vol2.texi @@ -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. diff --git a/lispref/elisp.texi b/lispref/elisp.texi index f9e9c4e4128..96e2ab516b1 100644 --- a/lispref/elisp.texi +++ b/lispref/elisp.texi @@ -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. diff --git a/lispref/frames.texi b/lispref/frames.texi index 17b67941290..4d327c9cd26 100644 --- a/lispref/frames.texi +++ b/lispref/frames.texi @@ -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 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.