aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lispref/sequences.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/lispref/sequences.texi b/lispref/sequences.texi
index 982c9ffeadd..61387fe1e0c 100644
--- a/lispref/sequences.texi
+++ b/lispref/sequences.texi
@@ -252,7 +252,7 @@ The length of the array is fixed once you create it; you cannot
252change the length of an existing array. 252change the length of an existing array.
253 253
254@item 254@item
255for purposes of evaluation, the array is a constant---in other words, 255For purposes of evaluation, the array is a constant---in other words,
256it evaluates to itself. 256it evaluates to itself.
257 257
258@item 258@item