From 51ee57a435076b827d2de87458f53de45902c44f Mon Sep 17 00:00:00 2001 From: Kevin Ryde Date: Thu, 23 Jun 2005 00:01:06 +0000 Subject: [PATCH] (Pairs, List Syntax): Cross reference Expression Syntax for quoting. --- doc/ref/api-compound.texi | 11 ++++++----- 1 file 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