emacs-pretest-bug
[Top][All Lists]
Advanced

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

Bug in documentation for buffer-display-table


From: Nikolaj Schumacher
Subject: Bug in documentation for buffer-display-table
Date: Sun, 18 Mar 2007 00:38:21 +0100
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.93 (darwin)

Hello,

the documentation for `buffer-display-table' contains:

> For example, (aset buffer-display-table ?X ?Y) will cause Emacs to display
> a capital Y instead of each X character.

However this is not true, as it needs to be something like:
(aset buffer-display-table ?X (vector ?Y))


regards,
Nikolaj Schumacher




reply via email to

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