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
452fdb31
Commit
452fdb31
authored
May 25, 1998
by
Richard M. Stallman
Browse files
(make-translation-table): Doc fix.
(define-translation-table): Doc fix.
parent
8a38e772
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
lisp/international/mule.el
lisp/international/mule.el
+5
-5
No files found.
lisp/international/mule.el
View file @
452fdb31
...
...
@@ -990,9 +990,9 @@ or a function symbol which, when called, returns such a cons cell."
Each argument is a list of the form (FROM . TO),
where FROM is a character to be translated to TO.
FROM can be a generic character (see make-char). In this case, TO is
a generic character containing the same number of charcters or a
or
i
dina
l
character. If FROM and TO are both generic characters, all
FROM can be a generic character (see
`
make-char
'
). In this case, TO is
a generic character containing the same number of char
a
cters
,
or a
ordina
ry
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)."
(
let
((
table
(
make-char-table
'translation-table
))
...
...
@@ -1050,8 +1050,8 @@ without changing their position code(s)."
See the documentation of the function `make-translation-table' for the
meaning of ARGS.
This function sets properties translation-table and
translation-table-id of SYMBOL to the created table itself and
This function sets properties
`
translation-table
'
and
`
translation-table-id
'
of SYMBOL to the created table itself and
identification number of the table respectively."
(
let
((
table
(
apply
'make-translation-table
args
))
(
len
(
length
translation-table-vector
))
...
...
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