Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
6c05d680
Commit
6c05d680
authored
May 31, 1997
by
Richard M. Stallman
Browse files
Doc fix for previous change.
parent
3acab5ef
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
lisp/international/mule-cmds.el
lisp/international/mule-cmds.el
+3
-1
No files found.
lisp/international/mule-cmds.el
View file @
6c05d680
...
...
@@ -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
)))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment