From e1dbe924b53c541fdf238a5a722b7177d5c8760b Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sat, 19 Nov 2011 18:29:42 -0800 Subject: Spelling fixes. --- src/ccl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ccl.c') diff --git a/src/ccl.c b/src/ccl.c index 6366f1acb88..2b4f04d1247 100644 --- a/src/ccl.c +++ b/src/ccl.c @@ -47,7 +47,7 @@ static Lisp_Object Qcode_conversion_map; static Lisp_Object Qcode_conversion_map_id; /* Symbols of ccl program have this property, a value of the property - is an index for Vccl_protram_table. */ + is an index for Vccl_program_table. */ static Lisp_Object Qccl_program_idx; /* Table of registered CCL programs. Each element is a vector of -- cgit v1.2.1 From 40ba43b4b71df1d51954bdad071e74243c4aea7c Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sat, 19 Nov 2011 23:30:16 -0800 Subject: Spelling fixes. --- src/ccl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ccl.c') diff --git a/src/ccl.c b/src/ccl.c index 2b4f04d1247..84d7a6a25ff 100644 --- a/src/ccl.c +++ b/src/ccl.c @@ -826,7 +826,7 @@ while (0) : (charset = CHARSET_FROM_ID ((id)), DECODE_CHAR (charset, (code)))) /* Encode character C by some of charsets in CHARSET_LIST. Set ID to - the id of the used charset, ENCODED to the resulf of encoding. + the id of the used charset, ENCODED to the result of encoding. Assume that we can use the variable `charset'. */ #define CCL_ENCODE_CHAR(c, charset_list, id, encoded) \ -- cgit v1.2.1 From e4920bc99dfcee02c3bb83b46a761b0893f76626 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Thu, 24 Nov 2011 23:14:48 -0800 Subject: Spelling fixes. --- src/ccl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ccl.c') diff --git a/src/ccl.c b/src/ccl.c index 84d7a6a25ff..b7228a4d1cd 100644 --- a/src/ccl.c +++ b/src/ccl.c @@ -561,7 +561,7 @@ static Lisp_Object Vccl_program_table; If VALn is lambda, move to the next map set like reaching to the end of the current map set. - If VALn is a symbol, call the CCL program refered by it. + If VALn is a symbol, call the CCL program referred by it. Then, use reg[rrr] as a mapped value except for -1, -2 and -3. Such special values are regarded as nil, t, and lambda respectively. -- cgit v1.2.1 From c80e3b4aed2e70eb6d8445d786c0df770094e9e1 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sun, 4 Dec 2011 00:02:42 -0800 Subject: Spelling fixes. --- src/ccl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ccl.c') diff --git a/src/ccl.c b/src/ccl.c index b7228a4d1cd..491b925d75c 100644 --- a/src/ccl.c +++ b/src/ccl.c @@ -552,7 +552,7 @@ static Lisp_Object Vccl_program_table; But, when VALm is mapped to VALn and VALn is not a number, the mapping proceed as below: - If VALn is nil, the lastest map is ignored and the mapping of VALm + If VALn is nil, the last map is ignored and the mapping of VALm proceed to the next map. In VALn is t, VALm is reverted to reg[rrr] and the mapping of VALm -- cgit v1.2.1