Mercurial > emacs
comparison src/buffer.c @ 38317:ac415468cd09
(syms_of_buffer) [if 0]: Avoid a warning from GCC 3.0.
| author | Eli Zaretskii <eliz@gnu.org> |
|---|---|
| date | Fri, 06 Jul 2001 15:33:59 +0000 |
| parents | f01f454ea6bf |
| children | 7eeeae13a5ef |
comparison
equal
deleted
inserted
replaced
| 38316:68e7d7aae7a6 | 38317:ac415468cd09 |
|---|---|
| 5317 "Display table that controls display of the contents of current buffer.\n\ | 5317 "Display table that controls display of the contents of current buffer.\n\ |
| 5318 Automatically becomes buffer-local when set in any fashion.\n\ | 5318 Automatically becomes buffer-local when set in any fashion.\n\ |
| 5319 \n\ | 5319 \n\ |
| 5320 If this variable is nil, the value of `standard-display-table' is used.\n\ | 5320 If this variable is nil, the value of `standard-display-table' is used.\n\ |
| 5321 Each window can have its own, overriding display table, see\n\ | 5321 Each window can have its own, overriding display table, see\n\ |
| 5322 `set-window-display-table' and `window-display-table'. | 5322 `set-window-display-table' and `window-display-table'.\n\ |
| 5323 \n\ | 5323 \n\ |
| 5324 The display table is a char-table created with `make-display-table'.\n\ | 5324 The display table is a char-table created with `make-display-table'.\n\ |
| 5325 A char-table is an array indexed by character codes. Normal array\n\ | 5325 A char-table is an array indexed by character codes. Normal array\n\ |
| 5326 primitives `aref' and `aset' can be used to access elements of a char-table.\n\ | 5326 primitives `aref' and `aset' can be used to access elements of a char-table.\n\ |
| 5327 \n\ | 5327 \n\ |
