mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-25 14:01:07 -08:00
Add more symbols to src/c/symbols_list.h, and resolve associated conflicts.
This commit is contained in:
parent
757572ca7f
commit
f20736084b
19 changed files with 99 additions and 56 deletions
|
|
@ -20,7 +20,7 @@
|
|||
(si::set-documentation
|
||||
symbol 'function
|
||||
(format nil "~A in ~A package:~%~A: ~A~A~%"
|
||||
(cond ((special-form-p symbol) "Special Form")
|
||||
(cond ((special-operator-p symbol) "Special Form")
|
||||
((macro-function symbol) "Macro")
|
||||
((fboundp symbol) "Function")
|
||||
(t ""))
|
||||
|
|
@ -2853,7 +2853,7 @@ Returns nil if the OBJECT is not null.")
|
|||
ECL/CLOS specific.
|
||||
Removes the value associated with the INDEX-th slot of INSTANCE.")
|
||||
|
||||
(docfun special-form-p function (symbol) "
|
||||
(docfun special-operator-p function (symbol) "
|
||||
Returns T if SYMBOL names a special form; NIL otherwise.
|
||||
The special forms defined in Common Lisp are:
|
||||
block if progv
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue