aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2006-07-24 17:58:38 +0000
committerRichard M. Stallman2006-07-24 17:58:38 +0000
commit5e6f234c03df7e092b6ce40b84c8b3fb4d8e99f4 (patch)
treef199f3d87d711115290b206d2ef3b38226d2dc49
parentb77806b78f67527a3e025c6e3d8db0582cd40a63 (diff)
downloademacs-5e6f234c03df7e092b6ce40b84c8b3fb4d8e99f4.tar.gz
emacs-5e6f234c03df7e092b6ce40b84c8b3fb4d8e99f4.zip
(Vector Functions): Delete duplicate xref.
-rw-r--r--lispref/sequences.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/lispref/sequences.texi b/lispref/sequences.texi
index 9efd38e3abe..35cff43739d 100644
--- a/lispref/sequences.texi
+++ b/lispref/sequences.texi
@@ -513,8 +513,8 @@ Functions}, @code{concat} in @ref{Creating Strings}, and @code{append}
513in @ref{Building Lists}. 513in @ref{Building Lists}.
514@end defun 514@end defun
515 515
516 The @code{append} function provides a way to convert a vector into a 516 The @code{append} function also provides a way to convert a vector into a
517list with the same elements (@pxref{Building Lists}): 517list with the same elements:
518 518
519@example 519@example
520@group 520@group