aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/international/mule-cmds.el
diff options
context:
space:
mode:
authorStefan Monnier <[email protected]>2001-11-16 13:33:12 +0000
committerStefan Monnier <[email protected]>2001-11-16 13:33:12 +0000
commit367ca50fbf75cd487a7c85584349097d6aaac3f3 (patch)
tree9f1b6a0f39265b280acf9da8e6d0a781cd880e67 /lisp/international/mule-cmds.el
parent06e8f738009798323e7ada3e015d750746f0805d (diff)
Fix paren-typo.
Diffstat (limited to 'lisp/international/mule-cmds.el')
-rw-r--r--lisp/international/mule-cmds.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/international/mule-cmds.el b/lisp/international/mule-cmds.el
index 17ed570036..d2a51d1244 100644
--- a/lisp/international/mule-cmds.el
+++ b/lisp/international/mule-cmds.el
@@ -1847,7 +1847,7 @@ of buffer-file-coding-system set by this function."
("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.