aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/lispref/eval.texi3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/lispref/eval.texi b/doc/lispref/eval.texi
index 0982145d652..ddf67a09671 100644
--- a/doc/lispref/eval.texi
+++ b/doc/lispref/eval.texi
@@ -704,8 +704,7 @@ Here are some examples:
704@end group 704@end group
705@end example 705@end example
706 706
707If a subexpression of a backquote construct has no substitutions or 707A backquote construct acts like @code{quote} in that it yields conses,
708splices, it acts like @code{quote} in that it yields conses,
709vectors and strings that might be shared and should not be modified. 708vectors and strings that might be shared and should not be modified.
710@xref{Self-Evaluating Forms}. 709@xref{Self-Evaluating Forms}.
711 710