aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
authorRichard M. Stallman2007-03-19 05:27:45 +0000
committerRichard M. Stallman2007-03-19 05:27:45 +0000
commit5fd11dc8c6483729d1cdea58400b56c4a681a767 (patch)
treea7707dbe4d281062176717dbe10276fe1f4d7e90 /src/buffer.c
parentebb5150572ac1c1f1acb176b72aaaa9ad0a51fce (diff)
downloademacs-5fd11dc8c6483729d1cdea58400b56c4a681a767.tar.gz
emacs-5fd11dc8c6483729d1cdea58400b56c4a681a767.zip
(syms_of_buffer): Doc fix.
Diffstat (limited to 'src/buffer.c')
-rw-r--r--src/buffer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buffer.c b/src/buffer.c
index c0fb8b2454f..20cab85e9da 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -5682,7 +5682,7 @@ characters or nil. The value nil means display the character in the
5682default fashion; otherwise, the characters from the vector are delivered 5682default fashion; otherwise, the characters from the vector are delivered
5683to the screen instead of the original character. 5683to the screen instead of the original character.
5684 5684
5685For example, (aset buffer-display-table ?X (vector ?Y)) will cause Emacs 5685For example, (aset buffer-display-table ?X [?Y]) tells Emacs
5686to display a capital Y instead of each X character. 5686to display a capital Y instead of each X character.
5687 5687
5688In addition, a char-table has six extra slots to control the display of: 5688In addition, a char-table has six extra slots to control the display of: