[uim-commit] r2522 - branches/r5rs/sigscheme

jun0 at freedesktop.org jun0 at freedesktop.org
Sat Dec 10 23:30:20 PST 2005


Author: jun0
Date: 2005-12-10 23:30:16 -0800 (Sat, 10 Dec 2005)
New Revision: 2522

Modified:
   branches/r5rs/sigscheme/eval.c
Log:
* sigscheme/eval.c
  - Fix comment.


Modified: branches/r5rs/sigscheme/eval.c
===================================================================
--- branches/r5rs/sigscheme/eval.c	2005-12-11 07:24:32 UTC (rev 2521)
+++ branches/r5rs/sigscheme/eval.c	2005-12-11 07:30:16 UTC (rev 2522)
@@ -610,8 +610,9 @@
  * TR_ENDP() returns true.  Replacement of that portion must be done
  * with TRL_SET_SUBLS().
  *
- * No operation except TRL_GET_SUBLS(), TRL_SET_SUBLS(), and TR_ENDP()
- * can be done on a translator for which TR_ENDP() returns true.
+ * No operation except TRL_GET_SUBLS(), TRL_SET_SUBLS(), TR_EXTRACT(),
+ * and TR_ENDP() can be done on a translator for which TR_ENDP()
+ * returns true.
  *
  * Everything prefixed with TRL_ is specific to list translators.
  * Likewise, TRV_ shows specificity to vector translators.  TR_



More information about the uim-commit mailing list