emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/doprnt.c


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/doprnt.c
Date: Fri, 04 Apr 2003 01:23:49 -0500

Index: emacs/src/doprnt.c
diff -c emacs/src/doprnt.c:1.38 emacs/src/doprnt.c:1.39
*** emacs/src/doprnt.c:1.38     Sun Jan 20 13:04:32 2002
--- emacs/src/doprnt.c  Sat Jan 25 14:47:02 2003
***************
*** 54,60 ****
     terminated at position FORMAT_END.
     Output goes in BUFFER, which has room for BUFSIZE chars.
     If the output does not fit, truncate it to fit.
!    Returns the number of characters stored into BUFFER.
     ARGS points to the vector of arguments, and NARGS says how many.
     A double counts as two arguments.
     String arguments are passed as C strings.
--- 54,60 ----
     terminated at position FORMAT_END.
     Output goes in BUFFER, which has room for BUFSIZE chars.
     If the output does not fit, truncate it to fit.
!    Returns the number of bytes stored into BUFFER.
     ARGS points to the vector of arguments, and NARGS says how many.
     A double counts as two arguments.
     String arguments are passed as C strings.




reply via email to

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