diff options
| author | Miles Bader | 2007-03-21 13:33:07 +0000 |
|---|---|---|
| committer | Miles Bader | 2007-03-21 13:33:07 +0000 |
| commit | d85d38392e338f66053a6a6f1017720660239338 (patch) | |
| tree | e21e084051805db8c4035bc3a01ab7a41e09595f /src/buffer.c | |
| parent | 48ff183eab79714fb08df0961484a27052253585 (diff) | |
| parent | 815b81c8f205562b9d920fc95448924d130e2ab4 (diff) | |
| download | emacs-d85d38392e338f66053a6a6f1017720660239338.tar.gz emacs-d85d38392e338f66053a6a6f1017720660239338.zip | |
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
Diffstat (limited to 'src/buffer.c')
| -rw-r--r-- | src/buffer.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/buffer.c b/src/buffer.c index a86edc4f430..f8d5bdc76fe 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -5698,8 +5698,8 @@ characters or nil. The value nil means display the character in the | |||
| 5698 | default fashion; otherwise, the characters from the vector are delivered | 5698 | default fashion; otherwise, the characters from the vector are delivered |
| 5699 | to the screen instead of the original character. | 5699 | to the screen instead of the original character. |
| 5700 | 5700 | ||
| 5701 | For example, (aset buffer-display-table ?X ?Y) will cause Emacs to display | 5701 | For example, (aset buffer-display-table ?X [?Y]) tells Emacs |
| 5702 | a capital Y instead of each X character. | 5702 | to display a capital Y instead of each X character. |
| 5703 | 5703 | ||
| 5704 | In addition, a char-table has six extra slots to control the display of: | 5704 | In addition, a char-table has six extra slots to control the display of: |
| 5705 | 5705 | ||