]> git.eshelyaron.com Git - emacs.git/commitdiff
Doc fix for previous change.
authorRichard M. Stallman <rms@gnu.org>
Sat, 31 May 1997 06:41:24 +0000 (06:41 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 31 May 1997 06:41:24 +0000 (06:41 +0000)
lisp/international/mule-cmds.el

index 3b1a1e8d29d6c29583c43abbeb005fc07940a910..86adc522705c46617a15c9b4f44cbd94aecfadf4 100644 (file)
@@ -486,7 +486,9 @@ inputting at minibuffer if this flag is t.")
 
 ;;;###autoload
 (defun set-language-environment (language-name)
-  "Setup multi-lingual environment convenient for LANGUAGE-NAME users."
+  "Set up multi-lingual environment for using LANGUAGE-NAME.
+This sets the coding system priority and the default input method
+and sometimes other things."
   (interactive (list (read-language-name 'setup-function "Language: ")))
   (if (or (null language-name)
          (null (get-language-info language-name 'setup-function)))