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
4e003d37
Commit
4e003d37
authored
Jan 23, 2001
by
Kenichi Handa
Browse files
(make-translation-table): Fix docstring.
parent
b0e98867
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
lisp/international/mule.el
lisp/international/mule.el
+5
-1
No files found.
lisp/international/mule.el
View file @
4e003d37
...
...
@@ -1446,7 +1446,11 @@ FROM can be a generic character (see `make-char'). In this case, TO is
a generic character containing the same number of characters, or a
ordinary character. If FROM and TO are both generic characters, all
characters belonging to FROM are translated to characters belonging to TO
without changing their position code(s)."
without changing their position code(s).
The arguments and forms in each argument are processed in the given
order, and if a previous form already translates TO to some other
character, say TO-ALT, FROM is also translated to TO-ALT."
(
let
((
table
(
make-char-table
'translation-table
))
revlist
)
(
while
args
...
...
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