Mercurial > emacs
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 76556:a3fc9490e767 | 76557:b99f6ff8775b |
|---|---|
| 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 (vector ?Y)) will cause Emacs | 5685 For example, (aset buffer-display-table ?X [?Y]) tells Emacs |
| 5686 to display 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); |
