Mercurial > emacs
diff src/buffer.c @ 90789:c0409ee15cee
Merge from emacs--devo--0
Patches applied:
* emacs--devo--0 (patch 670-674)
- Update from CVS
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 209-210)
- Merge from emacs--devo--0
- Update from CVS
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-185
| author | Miles Bader <miles@gnu.org> |
|---|---|
| date | Wed, 21 Mar 2007 13:33:07 +0000 |
| parents | 52a7f3f50b89 b99f6ff8775b |
| children | 4ef881a120fe |
line wrap: on
line diff
--- a/src/buffer.c Sun Mar 18 14:12:38 2007 +0000 +++ b/src/buffer.c Wed Mar 21 13:33:07 2007 +0000 @@ -5698,8 +5698,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 [?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:
