diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2010-10-12 17:16:57 +0200 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2010-10-12 17:16:57 +0200 |
commit | 51e4f4a88de94846f6b44b3e11496c7b67aa2f5e (patch) | |
tree | 0eeaf52c6c802c1ac20b70b917927788f94500e3 /src/ccl.c | |
parent | ad1746f5db1b4c52da8d7bdc52359d6b0a5a5e24 (diff) | |
download | emacs-51e4f4a88de94846f6b44b3e11496c7b67aa2f5e.tar.gz |
Fix typos in docstrings, comments and ChangeLogs.
* lisp/composite.el (compose-region):
* src/ccl.c (Fccl_execute_on_string): Fix typo in docstring.
Diffstat (limited to 'src/ccl.c')
-rw-r--r-- | src/ccl.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ccl.c b/src/ccl.c index c33df9e56de..ac1d7be621c 100644 --- a/src/ccl.c +++ b/src/ccl.c @@ -450,7 +450,7 @@ extern int charset_unicode; 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 R0..R7 are nil, they are initialized to 0. 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, |