changeset 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 d69ea1ff4ce3
children 2c20bc575989
files lisp/ChangeLog lisp/mule/mule-cmds.el
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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  <kehoea@parhasard.net>
+
+	* mule/mule-cmds.el (posix-charset-to-coding-system-hash):
+	Correct the docstring for this variable.
+
 2011-12-09  Aidan Kehoe  <kehoea@parhasard.net>
 
 	* cl-macs.el (load-time-value):
--- 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.  ")