aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/buffer.c')
-rw-r--r--src/buffer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/buffer.c b/src/buffer.c
index 73e2fb376f7..6e2f097ae88 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -5712,8 +5712,8 @@ characters or nil. The value nil means display the character in the
5712default fashion; otherwise, the characters from the vector are delivered 5712default fashion; otherwise, the characters from the vector are delivered
5713to the screen instead of the original character. 5713to the screen instead of the original character.
5714 5714
5715For example, (aset buffer-display-table ?X ?Y) will cause Emacs to display 5715For example, (aset buffer-display-table ?X [?Y]) tells Emacs
5716a capital Y instead of each X character. 5716to display a capital Y instead of each X character.
5717 5717
5718In addition, a char-table has six extra slots to control the display of: 5718In addition, a char-table has six extra slots to control the display of:
5719 5719