From 5fd11dc8c6483729d1cdea58400b56c4a681a767 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 19 Mar 2007 05:27:45 +0000 Subject: [PATCH] (syms_of_buffer): Doc fix. --- src/buffer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 default fashion; otherwise, the characters from the vector are delivered to the screen instead of the original character. -For example, (aset buffer-display-table ?X (vector ?Y)) will cause Emacs +For example, (aset buffer-display-table ?X [?Y]) tells Emacs to display a capital Y instead of each X character. In addition, a char-table has six extra slots to control the display of: -- 2.39.5