XEmacs 21.2.22 "Mercedes".
[chise/xemacs-chise.git.1] / man / lispref / sequences.texi
index a7e1ad4..fd7f170 100644 (file)
@@ -91,7 +91,7 @@ If the sequence is a string with extents or text properties, the extents
 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
@@ -264,7 +264,7 @@ strings for such applications, for four reasons:
 @item
 They usually occupy one-fourth the space of a vector of the same
 elements.  (This is one-eighth the space for 64-bit machines such as the
-DEC Alpha, and may also be different when @sc{MULE} support is compiled
+DEC Alpha, and may also be different when @sc{mule} support is compiled
 into XEmacs.)
 
 @item
@@ -272,7 +272,7 @@ Strings are printed in a way that shows the contents more clearly
 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