aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
authorJuanma Barranquero2007-03-18 00:20:22 +0000
committerJuanma Barranquero2007-03-18 00:20:22 +0000
commitadbb3b05470f385acd368cd0817c5c0c9f98e093 (patch)
tree3086e4f444cdf0b7f66e311e1b5c29253658116c /src/buffer.c
parentc4c52bb78af68b4c40685f912113f0bd730f0848 (diff)
downloademacs-adbb3b05470f385acd368cd0817c5c0c9f98e093.tar.gz
emacs-adbb3b05470f385acd368cd0817c5c0c9f98e093.zip
(syms_of_buffer) <buffer-display-table>: Doc fix.
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 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
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 ?Y) will cause Emacs to display 5685For example, (aset buffer-display-table ?X (vector ?Y)) will cause Emacs
5686a 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:
5689 5689