From: Juanma Barranquero Date: Thu, 15 Feb 2007 10:35:16 +0000 (+0000) Subject: (Modifying Strings): Clarify that `clear-string' always X-Git-Tag: emacs-pretest-22.0.94~162 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1f84b630b092901dde34f276f077f28eda91bdbd;p=emacs.git (Modifying Strings): Clarify that `clear-string' always converts the string to unibyte. --- diff --git a/lispref/strings.texi b/lispref/strings.texi index 1be21ccd5ca..4a8531cd6ce 100644 --- a/lispref/strings.texi +++ b/lispref/strings.texi @@ -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