]> git.eshelyaron.com Git - emacs.git/commitdiff
(Modifying Strings): Clarify that `clear-string' always
authorJuanma Barranquero <lekktu@gmail.com>
Thu, 15 Feb 2007 10:35:16 +0000 (10:35 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Thu, 15 Feb 2007 10:35:16 +0000 (10:35 +0000)
converts the string to unibyte.

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