summaryrefslogtreecommitdiff
path: root/doc/lispref/vol2.texi
diff options
context:
space:
mode:
authorChong Yidong <cyd@gnu.org>2012-03-04 14:50:18 +0800
committerChong Yidong <cyd@gnu.org>2012-03-04 14:50:18 +0800
commita08a07e3397edbc6b916e9e87ed67355ab0b2f9e (patch)
treea7a5840534dbbed3ba101ef3fadeccbbf3737e1e /doc/lispref/vol2.texi
parentea16568d87f736736a532c0684de951bc382e4a9 (diff)
downloademacs-a08a07e3397edbc6b916e9e87ed67355ab0b2f9e.tar.gz
Update Frames chapter of Lisp manager. Document clipboard manager.
* doc/emacs/killing.texi (Clipboard): Document clipboard manager. * doc/lispref/windows.texi (Basic Windows, Coordinates and Windows) (Coordinates and Windows): * display.texi (Refresh Screen, Line Height, Face Attributes) (Overlay Arrow, Beeping, Glyphless Chars): Likewise. * doc/lispref/frames.texi (Frames): Remove little-used "terminal frame" and "window frame" terminology. (Frame Parameters, Font and Color Parameters, Initial Parameters) (Size and Position, Visibility of Frames): Callers changed. (Frames): Clarify which terminals in framep are graphical. (Initial Parameters): --geometry is not the only option which adds to initial-frame-alist. (Position Parameters): Note that icon-left and icon-top are for old window managers only. (Size Parameters): Sizes are in characters even on graphical displays. (Management Parameters): Note that window-id and outer-window-id can't really be changed, and that auto-raise isn't always obeyed. (Cursor Parameters): Document cursor-type explicitly. (Size and Position): The aliases set-screen-height and set-screen-width have been deleted. (Visibility of Frames): Mention "minimization". * doc/lispref/os.texi (Startup Summary): Minor clarifications. (Startup Summary, Suspending Emacs): Standardize on "text terminal" terminology.
Diffstat (limited to 'doc/lispref/vol2.texi')
-rw-r--r--doc/lispref/vol2.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/vol2.texi b/doc/lispref/vol2.texi
index d5c14fc7150..97b21aba10b 100644
--- a/doc/lispref/vol2.texi
+++ b/doc/lispref/vol2.texi
@@ -993,7 +993,7 @@ Frames
* Window System Selections::Transferring text to and from other X clients.
* Drag and Drop:: Internals of Drag-and-Drop implementation.
* Color Names:: Getting the definitions of color names.
-* Text Terminal Colors:: Defining colors for text-only terminals.
+* Text Terminal Colors:: Defining colors for text terminals.
* Resources:: Getting resource values from the server.
* Display Feature Testing:: Determining the features of a terminal.