/[emacs]/emacs/lispref/strings.texi
ViewVC logotype

Diff of /emacs/lispref/strings.texi

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.35 by uid68472, Mon Jan 26 20:41:19 2004 UTC revision 1.36 by rms, Sun Feb 6 10:58:01 2005 UTC
# Line 383  character currently present at that poin Line 383  character currently present at that poin
383  @code{clear-string}:  @code{clear-string}:
384    
385  @defun clear-string string  @defun clear-string string
386  This clears the contents of @var{string} to zeros  This clears the contents of @var{string} to zeros.
387  and may change its length.  It may also change @var{string}'s length and convert it to
388    a unibyte string.
389  @end defun  @end defun
390    
391  @need 2000  @need 2000
# Line 714  format specifications correspond to succ Line 715  format specifications correspond to succ
715  @var{objects}.  Thus, the first format specification in @var{string}  @var{objects}.  Thus, the first format specification in @var{string}
716  uses the first such value, the second format specification uses the  uses the first such value, the second format specification uses the
717  second such value, and so on.  Any extra format specifications (those  second such value, and so on.  Any extra format specifications (those
718  for which there are no corresponding values) cause unpredictable  for which there are no corresponding values) cause an error.  Any
719  behavior.  Any extra values to be formatted are ignored.  extra values to be formatted are ignored.
720    
721    Certain format specifications require values of particular types.  If    Certain format specifications require values of particular types.  If
722  you supply a value that doesn't fit the requirements, an error is  you supply a value that doesn't fit the requirements, an error is

Legend:
Removed from v.1.35  
changed lines
  Added in v.1.36

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26