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


_______________________________________________
emacs-pretest-bug mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Reply via email to