diff lisp/disp-table.el @ 4454:1f0aa40cafe0

Small improvements in disp-table.el, mule/cyril-util.el. 2008-05-11 Aidan Kehoe <kehoea@parhasard.net> * disp-table.el (make-display-table): [...] Also, I previously said #xFF when I meant ?\xFF; correct this. * mule/cyril-util.el (standard-display-cyrillic-translit): Make the selection of the default language more sensible; change the API a little to make a sensible default Cyrillic language available, checking current-language-environment.
author Aidan Kehoe <kehoea@parhasard.net>
date Sun, 11 May 2008 12:03:07 +0200
parents 82f8351e71c8
children b2dcf6a6d8ab e0db3c197671
line wrap: on
line diff
--- a/lisp/disp-table.el	Sun May 11 11:24:01 2008 +0200
+++ b/lisp/disp-table.el	Sun May 11 12:03:07 2008 +0200
@@ -39,7 +39,7 @@
 
 This returns a generic character table; previously it returned a vector, but
 that was not helpful when dealing with internationalized characters above
-#xFF.  See `make-char-table' for details of character tables in general.  To
+?\xFF.  See `make-char-table' for details of character tables in general.  To
 write code that works with both vectors and character tables, add something
 like the following to the beginning of your file, and use
 `put-display-table' to set what a given character is displayed as, and