emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/emacs-24 r107831: * lisp/international/mule


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-24 r107831: * lisp/international/mule-cmds.el (set-language-environment): Doc fix.
Date: Sat, 14 Apr 2012 11:14:01 -0700
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 107831
committer: Glenn Morris <address@hidden>
branch nick: emacs-24
timestamp: Sat 2012-04-14 11:14:01 -0700
message:
  * lisp/international/mule-cmds.el (set-language-environment): Doc fix.
modified:
  lisp/ChangeLog
  lisp/international/mule-cmds.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2012-04-14 12:48:27 +0000
+++ b/lisp/ChangeLog    2012-04-14 18:14:01 +0000
@@ -1,3 +1,7 @@
+2012-04-14  Glenn Morris  <address@hidden>
+
+       * international/mule-cmds.el (set-language-environment): Doc fix.
+
 2012-04-14  Stefan Monnier  <address@hidden>
 
        Avoid the use of ((lambda ...) ...) in lexical-binding code.

=== modified file 'lisp/international/mule-cmds.el'
--- a/lisp/international/mule-cmds.el   2012-02-22 23:35:07 +0000
+++ b/lisp/international/mule-cmds.el   2012-04-14 18:14:01 +0000
@@ -1838,7 +1838,11 @@
 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): ")))


reply via email to

[Prev in Thread] Current Thread [Next in Thread]