changeset 75915:f8a7b43bdcbf

(Modifying Strings): Clarify that `clear-string' always converts the string to unibyte.
author Juanma Barranquero <lekktu@gmail.com>
date Thu, 15 Feb 2007 10:35:16 +0000
parents d3b488e4da62
children 1cea4c7de5cf
files lispref/strings.texi
diffstat 1 files changed, 2 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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