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
ca7d96c8
Commit
ca7d96c8
authored
Apr 14, 2012
by
Glenn Morris
Browse files
* lisp/international/mule-cmds.el (set-language-environment): Doc fix.
parent
9c2d6a4a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
1 deletion
+9
-1
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/international/mule-cmds.el
lisp/international/mule-cmds.el
+5
-1
No files found.
lisp/ChangeLog
View file @
ca7d96c8
2012-04-14 Glenn Morris <rgm@gnu.org>
* international/mule-cmds.el (set-language-environment): Doc fix.
2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
Avoid the use of ((lambda ...) ...) in lexical-binding code.
...
...
lisp/international/mule-cmds.el
View file @
ca7d96c8
...
...
@@ -1838,7 +1838,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
)
:
")))
...
...
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