Mercurial > emacs
changeset 18068:317f57f07b14
Doc fix for previous change.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 31 May 1997 06:41:24 +0000 |
parents | 0e2aa3b58e16 |
children | d6b58197bd69 |
files | lisp/international/mule-cmds.el |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/international/mule-cmds.el Sat May 31 06:34:12 1997 +0000 +++ b/lisp/international/mule-cmds.el Sat May 31 06:41:24 1997 +0000 @@ -486,7 +486,9 @@ ;;;###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)))