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


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lispref/strings.texi
Date: Sun, 06 Feb 2005 05:58:01 -0500

Index: emacs/lispref/strings.texi
diff -c emacs/lispref/strings.texi:1.35 emacs/lispref/strings.texi:1.36
*** emacs/lispref/strings.texi:1.35     Mon Jan 26 20:41:19 2004
--- emacs/lispref/strings.texi  Sun Feb  6 10:58:01 2005
***************
*** 383,390 ****
  @code{clear-string}:
  
  @defun clear-string string
! This clears the contents of @var{string} to zeros
! and may change its length.
  @end defun
  
  @need 2000
--- 383,391 ----
  @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.
  @end defun
  
  @need 2000
***************
*** 714,721 ****
  @var{objects}.  Thus, the first format specification in @var{string}
  uses the first such value, the second format specification uses the
  second such value, and so on.  Any extra format specifications (those
! for which there are no corresponding values) cause unpredictable
! behavior.  Any extra values to be formatted are ignored.
  
    Certain format specifications require values of particular types.  If
  you supply a value that doesn't fit the requirements, an error is
--- 715,722 ----
  @var{objects}.  Thus, the first format specification in @var{string}
  uses the first such value, the second format specification uses the
  second such value, and so on.  Any extra format specifications (those
! for which there are no corresponding values) cause an error.  Any
! extra values to be formatted are ignored.
  
    Certain format specifications require values of particular types.  If
  you supply a value that doesn't fit the requirements, an error is




reply via email to

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