# HG changeset patch # User Aidan Kehoe # Date 1323533956 0 # Node ID d489e88450aa0e1139f9300fcbef034172edd8c7 # Parent d69ea1ff4ce30fd1d8a0ddb169bd404c556d617e Correct the docstring for posix-charset-to-coding-system-hash, mule-cmds.el lisp/ChangeLog addition: 2011-12-10 Aidan Kehoe * mule/mule-cmds.el (posix-charset-to-coding-system-hash): Correct the docstring for this variable. diff -r d69ea1ff4ce3 -r d489e88450aa lisp/ChangeLog --- a/lisp/ChangeLog Sat Dec 10 16:17:49 2011 +0000 +++ b/lisp/ChangeLog Sat Dec 10 16:19:16 2011 +0000 @@ -1,3 +1,8 @@ +2011-12-10 Aidan Kehoe + + * mule/mule-cmds.el (posix-charset-to-coding-system-hash): + Correct the docstring for this variable. + 2011-12-09 Aidan Kehoe * cl-macs.el (load-time-value): diff -r d69ea1ff4ce3 -r d489e88450aa lisp/mule/mule-cmds.el --- 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. ")