mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-18 23:32:17 -08:00
Fixed typo in proclamations for STORE-VALUE and USE-VALUE (J. James)
This commit is contained in:
parent
45f53a8766
commit
9c59ea751a
1 changed files with 2 additions and 2 deletions
|
|
@ -319,8 +319,8 @@
|
|||
(proclamation abort (&optional (or null condition)) (values))
|
||||
(proclamation continue (&optional (or null condition)) null)
|
||||
(proclamation muffle-warning (&optional (or null condition)) (values))
|
||||
(proclamation store-value (value &optional (or null condition)) null)
|
||||
(proclamation use-value (value &optional (or null condition)) null)
|
||||
(proclamation store-value (t &optional (or null condition)) null)
|
||||
(proclamation use-value (t &optional (or null condition)) null)
|
||||
|
||||
;; Slot accessors:
|
||||
;; (proclamation cell-error-name (cell-error) t)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue