# HG changeset patch # User Juanma Barranquero # Date 1171535716 0 # Node ID f8a7b43bdcbfb408994d5ced43b540af57dc7f9c # Parent d3b488e4da6236cd84c96f03b8a8ccb619e32f79 (Modifying Strings): Clarify that `clear-string' always converts the string to unibyte. diff -r d3b488e4da62 -r f8a7b43bdcbf lispref/strings.texi --- a/lispref/strings.texi Thu Feb 15 08:58:13 2007 +0000 +++ b/lispref/strings.texi Thu Feb 15 10:35:16 2007 +0000 @@ -390,9 +390,8 @@ @code{clear-string}: @defun clear-string string -This clears the contents of @var{string} to zeros. -It may also change @var{string}'s length and convert it to -a unibyte string. +This makes @var{string} a unibyte string and clears its contents to +zeros. It may also change @var{string}'s length. @end defun @need 2000