summaryrefslogtreecommitdiff
path: root/doc/lispref/vol1.texi
diff options
context:
space:
mode:
authorChong Yidong <cyd@gnu.org>2012-03-25 15:58:59 +0800
committerChong Yidong <cyd@gnu.org>2012-03-25 15:58:59 +0800
commit9a69676ae6edeaa03930ccba6410a3e6d7f34596 (patch)
tree886f2737cb5e3b3bcd01856197dcbd747231d311 /doc/lispref/vol1.texi
parent8a0c01dd25dabf60ace651c7acfa1a5e326458e8 (diff)
downloademacs-9a69676ae6edeaa03930ccba6410a3e6d7f34596.tar.gz
Updates to Display chapter of Lisp manual.
* doc/lispref/display.texi (Fringes): Note that fringes are shown on graphical displays only. (Fringe Size/Pos, Fringe Bitmaps, Making Buttons): Clarifications. (Replacing Specs): Clarify example. (Manipulating Buttons): Note that button-at can return a marker. (Buttons): Minor rewrite. (Character Display): New node. Consolidate all character display related nodes into its subsections. (Usual Display): Character 127 is also affected by ctl-arrow. (Display Tables): Improve example. * lisp/button.el (button-at): Minor addition to docstring.
Diffstat (limited to 'doc/lispref/vol1.texi')
-rw-r--r--doc/lispref/vol1.texi15
1 files changed, 7 insertions, 8 deletions
diff --git a/doc/lispref/vol1.texi b/doc/lispref/vol1.texi
index 58092f23157..f2cbb18af1c 100644
--- a/doc/lispref/vol1.texi
+++ b/doc/lispref/vol1.texi
@@ -1287,14 +1287,11 @@ Emacs Display
* Buttons:: Adding clickable buttons to Emacs buffers.
* Abstract Display:: Emacs's Widget for Object Collections.
* Blinking:: How Emacs shows the matching open parenthesis.
-* Usual Display:: The usual conventions for displaying
- nonprinting chars.
-* Display Tables:: How to specify other conventions.
+* Character Display:: How Emacs displays individual characters.
* Beeping:: Audible signal to the user.
* Window Systems:: Which window system is being used.
* Bidirectional Display:: Display of bidirectional scripts, such as
Arabic and Farsi.
-* Glyphless Chars:: How glyphless characters are drawn.
The Echo Area
@@ -1383,11 +1380,13 @@ Abstract Display
* Abstract Display Functions:: Functions in the Ewoc package.
* Abstract Display Example:: Example of using Ewoc.
-Display Tables
+Character Display
-* Display Table Format:: What a display table consists of.
-* Active Display Table:: How Emacs selects a display table to use.
-* Glyphs:: How to define a glyph, and what glyphs mean.
+* Usual Display:: The usual conventions for displaying characters.
+* Display Tables:: What a display table consists of.
+* Active Display Table:: How Emacs selects a display table to use.
+* Glyphs:: How to define a glyph, and what glyphs mean.
+* Glyphless Chars:: How glyphless characters are drawn.
Operating System Interface