Mercurial > emacs
diff src/buffer.c @ 76526:89c077825908
(syms_of_buffer) <buffer-display-table>: Doc fix.
| author | Juanma Barranquero <lekktu@gmail.com> |
|---|---|
| date | Sun, 18 Mar 2007 00:15:57 +0000 |
| parents | ea846c2df7e0 |
| children | b99f6ff8775b |
line wrap: on
line diff
--- a/src/buffer.c Sat Mar 17 23:44:57 2007 +0000 +++ b/src/buffer.c Sun Mar 18 00:15:57 2007 +0000 @@ -5682,8 +5682,8 @@ 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 ?Y) will cause Emacs to display -a capital Y instead of each X character. +For example, (aset buffer-display-table ?X (vector ?Y)) will cause 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:
