mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-11 06:20:23 +02:00
Clarify docs for SCM_UNSPECIFIED: used sometimes but not always
* doc/ref/data-rep.texi (Immediate objects): Clarify the description of SCM_UNSPECIFIED. It is returned by some (but not all) expressions whose value is unspecified by the Scheme standard.
This commit is contained in:
parent
7ad0737de9
commit
f567a43cf0
1 changed files with 2 additions and 2 deletions
|
@ -443,8 +443,8 @@ representation, for obvious reasons.
|
|||
@end deftypefn
|
||||
|
||||
@deftypefn Macro SCM SCM_UNSPECIFIED
|
||||
The value returned by expressions which the Scheme standard says return
|
||||
an ``unspecified'' value.
|
||||
The value returned by some (but not all) expressions that the Scheme
|
||||
standard says return an ``unspecified'' value.
|
||||
|
||||
This is sort of a weirdly literal way to take things, but the standard
|
||||
read-eval-print loop prints nothing when the expression returns this
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue