diff options
author | Chong Yidong <cyd@gnu.org> | 2012-04-15 15:28:01 +0800 |
---|---|---|
committer | Chong Yidong <cyd@gnu.org> | 2012-04-15 15:28:01 +0800 |
commit | e6fd457e010c2ec034a331335530d817852cc11c (patch) | |
tree | 4c290ef2537450fca8200b57dc11dc5443c40b1c /lisp/international/mule-cmds.el | |
parent | 75f1671a5240bf2833fc473900b662135509ed72 (diff) | |
parent | 467a33d09f0e6d445fb020013ac65b12adffc35e (diff) | |
download | emacs-e6fd457e010c2ec034a331335530d817852cc11c.tar.gz |
Merge from emacs-24 branch
Diffstat (limited to 'lisp/international/mule-cmds.el')
-rw-r--r-- | lisp/international/mule-cmds.el | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lisp/international/mule-cmds.el b/lisp/international/mule-cmds.el index 6d609b67d63..02d37f86da0 100644 --- a/lisp/international/mule-cmds.el +++ b/lisp/international/mule-cmds.el @@ -1834,7 +1834,11 @@ The default status is as follows: This sets the coding system priority and the default input method and sometimes other things. LANGUAGE-NAME should be a string which is the name of a language environment. For example, \"Latin-1\" -specifies the character set for the major languages of Western Europe." +specifies the character set for the major languages of Western Europe. + +If there is a prior value for `current-language-environment', this +runs the hook `exit-language-environment-hook'. After setting up +the new language environment, it runs `set-language-environment-hook'." (interactive (list (read-language-name nil "Set language environment (default English): "))) |