aboutsummaryrefslogtreecommitdiffstats
path: root/src/ccl.c
diff options
context:
space:
mode:
authorPaul Eggert2011-11-24 23:14:48 -0800
committerPaul Eggert2011-11-24 23:14:48 -0800
commite4920bc99dfcee02c3bb83b46a761b0893f76626 (patch)
treea6165f7a6c45f0b4924bad97b21ab179d3e7707e /src/ccl.c
parentfa4fdb5ca559f8aae4137f8d3b974c14c760360d (diff)
downloademacs-e4920bc99dfcee02c3bb83b46a761b0893f76626.tar.gz
emacs-e4920bc99dfcee02c3bb83b46a761b0893f76626.zip
Spelling fixes.
Diffstat (limited to 'src/ccl.c')
-rw-r--r--src/ccl.c2
1 files changed, 1 insertions, 1 deletions
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;
561 If VALn is lambda, move to the next map set like reaching to the 561 If VALn is lambda, move to the next map set like reaching to the
562 end of the current map set. 562 end of the current map set.
563 563
564 If VALn is a symbol, call the CCL program refered by it. 564 If VALn is a symbol, call the CCL program referred by it.
565 Then, use reg[rrr] as a mapped value except for -1, -2 and -3. 565 Then, use reg[rrr] as a mapped value except for -1, -2 and -3.
566 Such special values are regarded as nil, t, and lambda respectively. 566 Such special values are regarded as nil, t, and lambda respectively.
567 567