From 51e4f4a88de94846f6b44b3e11496c7b67aa2f5e Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Tue, 12 Oct 2010 17:16:57 +0200 Subject: Fix typos in docstrings, comments and ChangeLogs. * lisp/composite.el (compose-region): * src/ccl.c (Fccl_execute_on_string): Fix typo in docstring. --- src/ccl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/ccl.c') 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, -- cgit v1.2.1