diff options
Diffstat (limited to 'src/buffer.c')
| -rw-r--r-- | src/buffer.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/buffer.c b/src/buffer.c index b09d6e88f0b..c0fb8b2454f 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -5682,8 +5682,8 @@ 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 | ||