Mercurial > emacs
changeset 41136:76fbe1b154a2
Fix paren-typo.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Fri, 16 Nov 2001 13:33:12 +0000 |
parents | e0fdeeb6c9e3 |
children | 98cd2e32a438 |
files | lisp/international/mule-cmds.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/international/mule-cmds.el Fri Nov 16 13:21:09 2001 +0000 +++ b/lisp/international/mule-cmds.el Fri Nov 16 13:33:12 2001 +0000 @@ -1847,7 +1847,7 @@ ("jp" . "Japanese") ; e.g. MS Windows ("chs" . "Chinese-GB") ; MS Windows Chinese Simplified ("cht" . "Chinese-BIG5") ; MS Windows Chinese Traditional - ) + )) "List of pairs of locale regexps and language names. The first element whose locale regexp matches the start of a downcased locale specifies the language name corresponding to that locale.