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
a9fb0b58
Commit
a9fb0b58
authored
Jan 08, 1999
by
Kenichi Handa
Browse files
(make-char): Doc-string modified.
parent
dd9383bc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
lisp/international/mule.el
lisp/international/mule.el
+3
-3
No files found.
lisp/international/mule.el
View file @
a9fb0b58
...
...
@@ -247,10 +247,10 @@ See the function `charset-info' for more detail."
(aset (charset-info charset) 14 plist))
(defun make-char (charset &optional c1 c2)
"
Return
a
character
of
CHARSET
and
position
-
codes
CODE1
and
CODE2.
"
Return
a
character
of
CHARSET
and
position
codes
CODE1
and
CODE2.
CODE1
and
CODE2
are
optional,
but
if
you
don
't
supply
sufficient
position
-
codes,
return
a
generic
character
which
stands
for
all
characters
or
group
of
characters
in
the
character
set
s
.
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
)
.
"
(make-char-internal (charset-id charset) c1 c2))
...
...
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