Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
30781db6
Commit
30781db6
authored
Jun 09, 2009
by
Kenichi Handa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(Character Sets): State clearly that FROM and TO
are codepoints of CHARSET.
parent
fa44da6e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
2 deletions
+8
-2
doc/lispref/ChangeLog
doc/lispref/ChangeLog
+5
-0
doc/lispref/nonascii.texi
doc/lispref/nonascii.texi
+3
-2
No files found.
doc/lispref/ChangeLog
View file @
30781db6
2009-06-09 Kenichi Handa <handa@m17n.org>
* nonascii.texi (Character Sets): State clearly that FROM and TO
are codepoints of CHARSET.
2009-06-07 Chong Yidong <cyd@stupidchicken.com>
* minibuf.texi (Reading File Names): Fix introductory text.
...
...
doc/lispref/nonascii.texi
View file @
30781db6
...
...
@@ -647,8 +647,9 @@ argument is the optional argument @var{arg}.
By default, the range of codepoints passed to @var{function} includes
all the characters in @var{charset}, but optional arguments @var{from}
and @var{to} limit that to the range of characters between these two
codepoints. If either of them is @code{nil}, it defaults to the first
or last codepoint of @var{charset}, respectively.
codepoints of @var{charset}. If either of them is @code{nil}, it
defaults to the first or last codepoint of @var{charset},
respectively.
@end defun
@node Scanning Charsets
...
...
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