emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lispref/strings.texi,v


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lispref/strings.texi,v
Date: Thu, 15 Feb 2007 10:35:17 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Juanma Barranquero <lektu>      07/02/15 10:35:16

Index: strings.texi
===================================================================
RCS file: /cvsroot/emacs/emacs/lispref/strings.texi,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -b -r1.49 -r1.50
--- strings.texi        16 Jan 2007 03:28:53 -0000      1.49
+++ strings.texi        15 Feb 2007 10:35:16 -0000      1.50
@@ -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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]