diff options
| author | Juanma Barranquero | 2007-02-15 10:35:16 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2007-02-15 10:35:16 +0000 |
| commit | 1f84b630b092901dde34f276f077f28eda91bdbd (patch) | |
| tree | b6f73340383ef17d3a2bf1b06d42125a6ba90200 /lispref | |
| parent | 43ea5cedf3d8b0ee20b96c5a3ff723433bb02c4d (diff) | |
| download | emacs-1f84b630b092901dde34f276f077f28eda91bdbd.tar.gz emacs-1f84b630b092901dde34f276f077f28eda91bdbd.zip | |
(Modifying Strings): Clarify that `clear-string' always
converts the string to unibyte.
Diffstat (limited to 'lispref')
| -rw-r--r-- | lispref/strings.texi | 5 |
1 files changed, 2 insertions, 3 deletions
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}. | |||
| 390 | @code{clear-string}: | 390 | @code{clear-string}: |
| 391 | 391 | ||
| 392 | @defun clear-string string | 392 | @defun clear-string string |
| 393 | This clears the contents of @var{string} to zeros. | 393 | This makes @var{string} a unibyte string and clears its contents to |
| 394 | It may also change @var{string}'s length and convert it to | 394 | zeros. It may also change @var{string}'s length. |
| 395 | a unibyte string. | ||
| 396 | @end defun | 395 | @end defun |
| 397 | 396 | ||
| 398 | @need 2000 | 397 | @need 2000 |