diff options
| author | Juri Linkov | 2004-03-22 07:38:01 +0000 |
|---|---|---|
| committer | Juri Linkov | 2004-03-22 07:38:01 +0000 |
| commit | 9f81cdcebf21d053e07162f2f4e2d215fb41db38 (patch) | |
| tree | ecaf381f1b23461d092120a99b0a83bfa50f11e9 | |
| parent | 4d715abe8c3b4f00a79a5b2c913a1145ea4d0fda (diff) | |
| download | emacs-9f81cdcebf21d053e07162f2f4e2d215fb41db38.tar.gz emacs-9f81cdcebf21d053e07162f2f4e2d215fb41db38.zip | |
(Sequence Functions): Replace xref to `Vectors' with `Vector Functions'.
| -rw-r--r-- | lispref/sequences.texi | 4 |
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 | ||
| 174 | See also @code{append} in @ref{Building Lists}, @code{concat} in | 174 | See 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}, |
| 176 | ways to copy sequences. | 176 | for other ways to copy sequences. |
| 177 | 177 | ||
| 178 | @example | 178 | @example |
| 179 | @group | 179 | @group |