emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/buffer.c,v


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/src/buffer.c,v
Date: Sun, 18 Mar 2007 00:15:58 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Juanma Barranquero <lektu>      07/03/18 00:15:57

Index: buffer.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/buffer.c,v
retrieving revision 1.522
retrieving revision 1.523
diff -u -b -r1.522 -r1.523
--- buffer.c    11 Feb 2007 02:16:37 -0000      1.522
+++ buffer.c    18 Mar 2007 00:15:57 -0000      1.523
@@ -5682,8 +5682,8 @@
 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 ?Y) will cause Emacs to display
-a capital Y instead of each X character.
+For example, (aset buffer-display-table ?X (vector ?Y)) will cause 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:
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]