(make-char): Fix last change.
This commit is contained in:
parent
79f9f6554d
commit
636799f25d
1 changed files with 1 additions and 1 deletions
|
@ -260,7 +260,7 @@ sufficient position codes, return a generic character which stands for
|
|||
all characters or group of characters in the character set.
|
||||
A generic character can be used to index a char table (e.g. syntax-table).
|
||||
If CODE1 or CODE2 are invalid (out of range), this function signals an error."
|
||||
(make-char-internal (charset-id charset) c1 c2))
|
||||
(make-char-internal (charset-id charset) code1 code2))
|
||||
|
||||
(put 'make-char 'byte-compile
|
||||
(function
|
||||
|
|
Loading…
Add table
Reference in a new issue