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
72d51285
Commit
72d51285
authored
Jun 09, 2009
by
Kenichi Handa
Browse files
(Fmap_charset_chars): In docstring, state clear that
FROM-CODE and TO-CODE are codepoints of CHARSET.
parent
30781db6
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
src/ChangeLog
src/ChangeLog
+5
-0
src/charset.c
src/charset.c
+1
-1
No files found.
src/ChangeLog
View file @
72d51285
2009-06-09 Kenichi Handa <handa@m17n.org>
* charset.c (Fmap_charset_chars): In docstring, state clearly that
FROM-CODE and TO-CODE are codepoints of CHARSET.
2009-06-08 Adrian Robert <Adrian.B.Robert@gmail.com>
* nsterm.m (ns_use_system_highlight_color): Drop, unused.
...
...
src/charset.c
View file @
72d51285
...
...
@@ -830,7 +830,7 @@ RANGE is a cons (FROM . TO), where FROM and TO indicate a range of
characters contained in CHARSET.
The optional 4th and 5th arguments FROM-CODE and TO-CODE specify the
range of code points of target characters. */
)
range of code points
(in CHARSET)
of target characters. */
)
(
function
,
charset
,
arg
,
from_code
,
to_code
)
Lisp_Object
function
,
charset
,
arg
,
from_code
,
to_code
;
{
...
...
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