Mercurial > emacs
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 76525:9d80f63e45cf | 76526:89c077825908 |
|---|---|
| 5680 the character whose code is C. Each element should be a vector of | 5680 the character whose code is C. Each element should be a vector of |
| 5681 characters or nil. The value nil means display the character in the | 5681 characters or nil. The value nil means display the character in the |
| 5682 default fashion; otherwise, the characters from the vector are delivered | 5682 default fashion; otherwise, the characters from the vector are delivered |
| 5683 to the screen instead of the original character. | 5683 to the screen instead of the original character. |
| 5684 | 5684 |
| 5685 For example, (aset buffer-display-table ?X ?Y) will cause Emacs to display | 5685 For example, (aset buffer-display-table ?X (vector ?Y)) will cause Emacs |
| 5686 a capital Y instead of each X character. | 5686 to display a capital Y instead of each X character. |
| 5687 | 5687 |
| 5688 In addition, a char-table has six extra slots to control the display of: | 5688 In addition, a char-table has six extra slots to control the display of: |
| 5689 | 5689 |
| 5690 the end of a truncated screen line (extra-slot 0, a single character); | 5690 the end of a truncated screen line (extra-slot 0, a single character); |
| 5691 the end of a continued line (extra-slot 1, a single character); | 5691 the end of a continued line (extra-slot 1, a single character); |
