diff options
author | Kevin Ryde <user42@zip.com.au> | 2005-06-23 00:01:06 +0000 |
---|---|---|
committer | Kevin Ryde <user42@zip.com.au> | 2005-06-23 00:01:06 +0000 |
commit | 51ee57a435076b827d2de87458f53de45902c44f (patch) | |
tree | a99ac70c9d8487beef77bb7ba0bd08a61fd6db91 /doc/ref | |
parent | 39067a9f002804573b57016658c694e7e1cb0f58 (diff) | |
download | guile-51ee57a435076b827d2de87458f53de45902c44f.tar.gz |
(Pairs, List Syntax): Cross reference Expression Syntax for quoting.
Diffstat (limited to 'doc/ref')
-rw-r--r-- | doc/ref/api-compound.texi | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/doc/ref/api-compound.texi b/doc/ref/api-compound.texi index dbd0a671b..b291071cb 100644 --- a/doc/ref/api-compound.texi +++ b/doc/ref/api-compound.texi @@ -63,8 +63,8 @@ parser would not be able to figure out where to split the tokens. But beware, if you want to try out these examples, you have to @dfn{quote} the expressions. More information about quotation is -available in the section (REFFIXME). The correct way to try these -examples is as follows. +available in the section @ref{Expression Syntax}. The correct way +to try these examples is as follows. @lisp '(1 . 2) @@ -273,9 +273,10 @@ up a list. An example will clear that up: () @end lisp -This example also shows that lists have to be quoted (REFFIXME) when -written, because they would otherwise be mistakingly taken as procedure -applications (@pxref{Simple Invocation}). +This example also shows that lists have to be quoted when written +(@pxref{Expression Syntax}), because they would otherwise be +mistakingly taken as procedure applications (@pxref{Simple +Invocation}). @node List Predicates |