Mercurial > hg > xemacs-beta
diff lisp/mule/mule-cmds.el @ 5611:d489e88450aa
Correct the docstring for posix-charset-to-coding-system-hash, mule-cmds.el
lisp/ChangeLog addition:
2011-12-10 Aidan Kehoe <kehoea@parhasard.net>
* mule/mule-cmds.el (posix-charset-to-coding-system-hash):
Correct the docstring for this variable.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Sat, 10 Dec 2011 16:19:16 +0000 |
parents | 071b810ceb18 |
children | bbe4146603db c608d4b0b75e |
line wrap: on
line diff
--- a/lisp/mule/mule-cmds.el Sat Dec 10 16:17:49 2011 +0000 +++ b/lisp/mule/mule-cmds.el Sat Dec 10 16:19:16 2011 +0000 @@ -1024,7 +1024,7 @@ ;; on--has been loaded. (defvar posix-charset-to-coding-system-hash nil "A map from the POSIX locale charset versions of the defined coding -systems' names, with all alpha-numeric characters removed, to the actual +systems' names, with all non-alpha-numeric characters removed, to the actual coding system names. Used at startup when working out which coding system should be the default for the locale. ")