Changeset 6791


Ignore:
Timestamp:
Jul 6, 2007, 12:03:27 PM (17 years ago)
Author:
Gary Byers
Message:

Nit: say "special operator", not "special form".

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ide-1.0/ccl/lib/describe.lisp

    r6720 r6791  
    10561056                      (t nil))
    10571057                (cond ((special-operator-p sym)
    1058                        "Special Form")
     1058                       "Special Operator")
    10591059                      ((macro-function sym)
    10601060                       "Macro")
Note: See TracChangeset for help on using the changeset viewer.