Mercurial > emacs
diff src/ccl.c @ 110986:e0f89e89ed02
Fix typos in docstrings, comments and ChangeLogs.
* lisp/composite.el (compose-region):
* src/ccl.c (Fccl_execute_on_string): Fix typo in docstring.
| author | Juanma Barranquero <lekktu@gmail.com> |
|---|---|
| date | Tue, 12 Oct 2010 17:16:57 +0200 |
| parents | b465aa3255ed |
| children | b8fde5ef9e14 376148b31b5e |
line wrap: on
line diff
--- a/src/ccl.c Tue Oct 12 21:52:28 2010 +0900 +++ b/src/ccl.c Tue Oct 12 17:16:57 2010 +0200 @@ -450,7 +450,7 @@ Therefore, the instruction code range is 0..16384(0x3fff). */ -/* Read a multibyte characeter. +/* Read a multibyte character. A code point is stored into reg[rrr]. A charset ID is stored into reg[RRR]. */ @@ -2058,7 +2058,7 @@ If IC is nil, it is initialized to head of the CCL program. If optional 4th arg CONTINUE is non-nil, keep IC on read operation -when read buffer is exausted, else, IC is always set to the end of +when read buffer is exhausted, else, IC is always set to the end of CCL-PROGRAM on exit. It returns the contents of write buffer as a string,
