diff man/lispref/sequences.texi @ 394:7d59cb494b73 r21-2-12

Import from CVS: tag r21-2-12
author cvs
date Mon, 13 Aug 2007 11:11:37 +0200
parents cc15677e0335
children 74fd4e045ea6
line wrap: on
line diff
--- a/man/lispref/sequences.texi	Mon Aug 13 11:10:52 2007 +0200
+++ b/man/lispref/sequences.texi	Mon Aug 13 11:11:37 2007 +0200
@@ -91,7 +91,7 @@
 and text properties in the copy are also copied, not shared with the
 original. (This means that modifying the extents or text properties of
 the original will not affect the copy.) However, the actual values of
-the properties are shared.  @xref{Extents}; @xref{Text Properties}.
+the properties are shared.  @xref{Extents}, @xref{Text Properties}.
 
 See also @code{append} in @ref{Building Lists}, @code{concat} in
 @ref{Creating Strings}, @code{vconcat} in @ref{Vectors}, and
@@ -272,7 +272,7 @@
 as characters.
 
 @item
-Strings can hold extent and text properties.  @xref{Extents}; @xref{Text
+Strings can hold extent and text properties.  @xref{Extents}, @xref{Text
 Properties}.
 
 @item