X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=man%2Flispref%2Fsequences.texi;h=54b2d95acd50658dac2ef729f7c9c36cd50d27e0;hb=d3dd71489ab2730d79536ebdc3c56cca82766e9d;hp=a7e1ad4a98459ca2ef4e753ff8b6096e31d3eefd;hpb=c6a795ec5cc5151bdad2935828f12a0970e950d2;p=chise%2Fxemacs-chise.git diff --git a/man/lispref/sequences.texi b/man/lispref/sequences.texi index a7e1ad4..54b2d95 100644 --- a/man/lispref/sequences.texi +++ b/man/lispref/sequences.texi @@ -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 @@ -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