]> git.eshelyaron.com Git - emacs.git/commitdiff
(Vector Functions): Delete duplicate xref.
authorRichard M. Stallman <rms@gnu.org>
Mon, 24 Jul 2006 17:58:38 +0000 (17:58 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 24 Jul 2006 17:58:38 +0000 (17:58 +0000)
lispref/sequences.texi

index 9efd38e3abec97a4b55cfc73c458c70b5e78c387..35cff43739d7e7aa7e41b5978e3e427e41161870 100644 (file)
@@ -513,8 +513,8 @@ Functions}, @code{concat} in @ref{Creating Strings}, and @code{append}
 in @ref{Building Lists}.
 @end defun
 
-  The @code{append} function provides a way to convert a vector into a
-list with the same elements (@pxref{Building Lists}):
+  The @code{append} function also provides a way to convert a vector into a
+list with the same elements:
 
 @example
 @group