Mercurial > emacs
diff src/buffer.c @ 76557:b99f6ff8775b
(syms_of_buffer): Doc fix.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Mon, 19 Mar 2007 05:27:45 +0000 |
| parents | 89c077825908 |
| children | 6ef15c3befe4 738ce3540ffb c0409ee15cee |
line wrap: on
line diff
--- a/src/buffer.c Mon Mar 19 03:37:57 2007 +0000 +++ b/src/buffer.c Mon Mar 19 05:27:45 2007 +0000 @@ -5682,7 +5682,7 @@ default fashion; otherwise, the characters from the vector are delivered to the screen instead of the original character. -For example, (aset buffer-display-table ?X (vector ?Y)) will cause Emacs +For example, (aset buffer-display-table ?X [?Y]) tells Emacs to display a capital Y instead of each X character. In addition, a char-table has six extra slots to control the display of:
