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
c04c052b
Commit
c04c052b
authored
Jan 23, 2001
by
Dave Love
Browse files
make-translation-table addition
parent
7aeb1fa9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
lispref/nonascii.texi
lispref/nonascii.texi
+5
-0
No files found.
lispref/nonascii.texi
View file @
c04c052b
...
...
@@ -465,6 +465,11 @@ This function returns a translation table based on the argument
. @var{to})}; this says to translate the character @var{from} into
@var{to}.
The arguments and the forms in each argument are processed in order,
and if a previous form already translates @var{to} to some other
character, say @var{to-alt}, @var{from} is also translated to
@var{to-alt}.
You can also map one whole character set into another character set with
the same dimension. To do this, you specify a generic character (which
designates a character set) for @var{from} (@pxref{Splitting Characters}).
...
...
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