comparison 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
comparison
equal deleted inserted replaced
5610:d69ea1ff4ce3 5611:d489e88450aa
1022 ;; Initialised in mule/general-late.el, which is compiled after all the 1022 ;; Initialised in mule/general-late.el, which is compiled after all the
1023 ;; language support--and, thus, minority Chinese coding systems and so 1023 ;; language support--and, thus, minority Chinese coding systems and so
1024 ;; on--has been loaded. 1024 ;; on--has been loaded.
1025 (defvar posix-charset-to-coding-system-hash nil 1025 (defvar posix-charset-to-coding-system-hash nil
1026 "A map from the POSIX locale charset versions of the defined coding 1026 "A map from the POSIX locale charset versions of the defined coding
1027 systems' names, with all alpha-numeric characters removed, to the actual 1027 systems' names, with all non-alpha-numeric characters removed, to the actual
1028 coding system names. Used at startup when working out which coding system 1028 coding system names. Used at startup when working out which coding system
1029 should be the default for the locale. ") 1029 should be the default for the locale. ")
1030 1030
1031 (defun parse-posix-locale-string (locale-string) 1031 (defun parse-posix-locale-string (locale-string)
1032 "Return values \(LANGUAGE REGION CHARSET MODIFIERS\) given LOCALE-STRING. 1032 "Return values \(LANGUAGE REGION CHARSET MODIFIERS\) given LOCALE-STRING.