aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuri Linkov2004-03-22 07:38:01 +0000
committerJuri Linkov2004-03-22 07:38:01 +0000
commit9f81cdcebf21d053e07162f2f4e2d215fb41db38 (patch)
treeecaf381f1b23461d092120a99b0a83bfa50f11e9
parent4d715abe8c3b4f00a79a5b2c913a1145ea4d0fda (diff)
downloademacs-9f81cdcebf21d053e07162f2f4e2d215fb41db38.tar.gz
emacs-9f81cdcebf21d053e07162f2f4e2d215fb41db38.zip
(Sequence Functions): Replace xref to `Vectors' with `Vector Functions'.
-rw-r--r--lispref/sequences.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/lispref/sequences.texi b/lispref/sequences.texi
index fd7d6519757..06ac8c5f569 100644
--- a/lispref/sequences.texi
+++ b/lispref/sequences.texi
@@ -172,8 +172,8 @@ list. However, the actual values of the properties are shared.
172@xref{Text Properties}. 172@xref{Text Properties}.
173 173
174See also @code{append} in @ref{Building Lists}, @code{concat} in 174See also @code{append} in @ref{Building Lists}, @code{concat} in
175@ref{Creating Strings}, and @code{vconcat} in @ref{Vectors}, for other 175@ref{Creating Strings}, and @code{vconcat} in @ref{Vector Functions},
176ways to copy sequences. 176for other ways to copy sequences.
177 177
178@example 178@example
179@group 179@group