mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-17 06:42:18 -08:00
Fixed typos in error messages from iolib.lsp
This commit is contained in:
parent
9c59ea751a
commit
087b65aaad
1 changed files with 2 additions and 2 deletions
|
|
@ -238,7 +238,7 @@ is not given, ends the recording."
|
|||
|
||||
(defmacro with-standard-io-syntax (&body body)
|
||||
"Syntax: ({forms}*)
|
||||
The forms of the body are executed in a print envirtoponment that corresponds to
|
||||
The forms of the body are executed in a print environment that corresponds to
|
||||
the one defined in the ANSI standard. *print-base* is 10, *print-array* is t,
|
||||
*package* is \"CL-USER\", etc."
|
||||
`(progv (car +io-syntax-progv-list+)
|
||||
|
|
@ -247,7 +247,7 @@ the one defined in the ANSI standard. *print-base* is 10, *print-array* is t,
|
|||
|
||||
(defmacro with-ecl-io-syntax (&body body)
|
||||
"Syntax: ({forms}*)
|
||||
The forms of the body are executed in a print envirtoponment that corresponds to
|
||||
The forms of the body are executed in a print environment that corresponds to
|
||||
the one used internally by ECL compiled files."
|
||||
`(progv (car +ecl-syntax-progv-list+)
|
||||
(cdr +ecl-syntax-progv-list+)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue