aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2006-09-12 01:32:27 +0000
committerRichard M. Stallman2006-09-12 01:32:27 +0000
commit8b170b8222bc9f10e85baab425784a711ecc0b3e (patch)
treeccb1ac1a9ecc1eb8c70ec2f07913ce052423bbf9
parentc81b29e624f07a17886a0bd90541262324e3626b (diff)
downloademacs-8b170b8222bc9f10e85baab425784a711ecc0b3e.tar.gz
emacs-8b170b8222bc9f10e85baab425784a711ecc0b3e.zip
(Display Table Format): Wording clarification
-rw-r--r--lispref/ChangeLog4
-rw-r--r--lispref/display.texi11
2 files changed, 10 insertions, 5 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog
index 3ce4978d956..7999014e114 100644
--- a/lispref/ChangeLog
+++ b/lispref/ChangeLog
@@ -1,3 +1,7 @@
12006-09-11 Richard Stallman <rms@gnu.org>
2
3 * display.texi (Display Table Format): Wording clarification.
4
12006-09-10 Chong Yidong <cyd@stupidchicken.com> 52006-09-10 Chong Yidong <cyd@stupidchicken.com>
2 6
3 * keymaps.texi (Active Keymaps): Mention that key-binding checks 7 * keymaps.texi (Active Keymaps): Mention that key-binding checks
diff --git a/lispref/display.texi b/lispref/display.texi
index fccae22f072..af8cbe08897 100644
--- a/lispref/display.texi
+++ b/lispref/display.texi
@@ -5118,13 +5118,14 @@ This creates and returns a display table. The table initially has
5118 5118
5119 The ordinary elements of the display table are indexed by character 5119 The ordinary elements of the display table are indexed by character
5120codes; the element at index @var{c} says how to display the character 5120codes; the element at index @var{c} says how to display the character
5121code @var{c}. The value should be @code{nil} or a vector of glyph 5121code @var{c}. The value should be @code{nil} or a vector of the
5122values (@pxref{Glyphs}). If an element is @code{nil}, it says to 5122glyphs to be output (@pxref{Glyphs}). @code{nil} says to display the
5123display that character according to the usual display conventions 5123character @var{c} according to the usual display conventions
5124(@pxref{Usual Display}). 5124(@pxref{Usual Display}).
5125 5125
5126 If you use the display table to change the display of newline 5126 @strong{Warning:} if you use the display table to change the display
5127characters, the whole buffer will be displayed as one long ``line.'' 5127of newline characters, the whole buffer will be displayed as one long
5128``line.''
5128 5129
5129 The display table also has six ``extra slots'' which serve special 5130 The display table also has six ``extra slots'' which serve special
5130purposes. Here is a table of their meanings; @code{nil} in any slot 5131purposes. Here is a table of their meanings; @code{nil} in any slot