]> code.delx.au - gnu-emacs/blobdiff - doc/misc/cl.texi
In doc, use standard American English style for e.g., etc., i.e.
[gnu-emacs] / doc / misc / cl.texi
index cb04f65cf0df2a09c9ee87370fa1f7ed4e92ab59..a16dc92de77fdf4f1a899372d106a355e9d5dea0 100644 (file)
@@ -748,7 +748,7 @@ This function attempts to convert @var{object} to the specified
 @var{type}.  If @var{object} is already of that type as determined by
 @code{cl-typep}, it is simply returned.  Otherwise, certain types of
 conversions will be made:  If @var{type} is any sequence type
-(@code{string}, @code{list}, etc.) then @var{object} will be
+(@code{string}, @code{list}, etc.)@: then @var{object} will be
 converted to that type if possible.  If @var{type} is
 @code{character}, then strings of length one and symbols with
 one-character names can be coerced.  If @var{type} is @code{float},