diff options
author | dos-reis <gdr@axiomatics.org> | 2010-12-30 03:11:09 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2010-12-30 03:11:09 +0000 |
commit | 865e926e0c7b9f8ad6201315a41a89b2258d77a7 (patch) | |
tree | f0fa217290170432c70485846600e0f776505165 /src/algebra/string.spad.pamphlet | |
parent | 68441ed372470b7d3eb3d24178b61dc16bc6978e (diff) | |
download | open-axiom-865e926e0c7b9f8ad6201315a41a89b2258d77a7.tar.gz |
more char cleanup
Diffstat (limited to 'src/algebra/string.spad.pamphlet')
-rw-r--r-- | src/algebra/string.spad.pamphlet | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/algebra/string.spad.pamphlet b/src/algebra/string.spad.pamphlet index 2dd8ec2e..baa4a99d 100644 --- a/src/algebra/string.spad.pamphlet +++ b/src/algebra/string.spad.pamphlet @@ -268,7 +268,7 @@ CharacterClass: Join(SetCategory, ConvertibleTo String, ++ Authors: Stephen Watt, Michael Monagan, Manuel Bronstein 1986 .. 1991 -- The following Lisp dependencies are divided into two groups -- Those that are required --- QENUM QESET MAKE-FULL-CVEC EQ QSLESSP QSGREATERP +-- QESET MAKE-FULL-CVEC EQ QSLESSP QSGREATERP -- Those that can are included for efficiency only -- COPY STRCONC SUBSTRING STRPOS RPLACSTR DOWNCASE UPCASE CGREATERP ++ Description: |