aboutsummaryrefslogtreecommitdiffstats
path: root/lispref
diff options
context:
space:
mode:
authorJuri Linkov <[email protected]>2004-03-22 07:38:01 +0000
committerJuri Linkov <[email protected]>2004-03-22 07:38:01 +0000
commit9f81cdcebf21d053e07162f2f4e2d215fb41db38 (patch)
treeecaf381f1b23461d092120a99b0a83bfa50f11e9 /lispref
parent4d715abe8c3b4f00a79a5b2c913a1145ea4d0fda (diff)
(Sequence Functions): Replace xref to `Vectors' with `Vector Functions'.
Diffstat (limited to 'lispref')
-rw-r--r--lispref/sequences.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/lispref/sequences.texi b/lispref/sequences.texi
index fd7d651975..06ac8c5f56 100644
--- a/lispref/sequences.texi
+++ b/lispref/sequences.texi
@@ -172,8 +172,8 @@ list. However, the actual values of the properties are shared.
@xref{Text Properties}.
See also @code{append} in @ref{Building Lists}, @code{concat} in
-@ref{Creating Strings}, and @code{vconcat} in @ref{Vectors}, for other
-ways to copy sequences.
+@ref{Creating Strings}, and @code{vconcat} in @ref{Vector Functions},
+for other ways to copy sequences.
@example
@group