1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-14 09:39:42 +00:00

(Modifying Strings): Clarify that `clear-string' always

converts the string to unibyte.
This commit is contained in:
Juanma Barranquero 2007-02-15 10:35:16 +00:00
parent 43ea5cedf3
commit 1f84b630b0

View 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