]> code.delx.au - gnu-emacs/blobdiff - lispref/strings.texi
(Modifying Strings): Clarify that `clear-string' always
[gnu-emacs] / lispref / strings.texi
index 1be21ccd5cad2d2dbb10c83aea7bbdb8a96f1c72..4a8531cd6ce7f9fd9ff6e85968c47b33b057c322 100644 (file)
@@ -390,9 +390,8 @@ character currently present at that point in @var{string}.
 @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