diff man/lispref/sequences.texi @ 371:cc15677e0335 r21-2b1

Import from CVS: tag r21-2b1
author cvs
date Mon, 13 Aug 2007 11:03:08 +0200
parents 54f7aa390f4f
children 7d59cb494b73
line wrap: on
line diff
--- a/man/lispref/sequences.texi	Mon Aug 13 11:01:58 2007 +0200
+++ b/man/lispref/sequences.texi	Mon Aug 13 11:03:08 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