diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2001-11-16 13:33:12 +0000 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2001-11-16 13:33:12 +0000 |
commit | 367ca50fbf75cd487a7c85584349097d6aaac3f3 (patch) | |
tree | 9f1b6a0f39265b280acf9da8e6d0a781cd880e67 | |
parent | 06e8f738009798323e7ada3e015d750746f0805d (diff) | |
download | emacs-367ca50fbf75cd487a7c85584349097d6aaac3f3.tar.gz emacs-367ca50fbf75cd487a7c85584349097d6aaac3f3.tar.bz2 emacs-367ca50fbf75cd487a7c85584349097d6aaac3f3.zip |
Fix paren-typo.
-rw-r--r-- | lisp/international/mule-cmds.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/international/mule-cmds.el b/lisp/international/mule-cmds.el index 17ed570036f..d2a51d12443 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. |