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: Andreas Schwab
Subject: [Emacs-diffs] Changes to emacs/lispref/strings.texi,v
Date: Fri, 16 Feb 2007 13:21:44 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Andreas Schwab <schwab> 07/02/16 13:21:44

Index: strings.texi
===================================================================
RCS file: /sources/emacs/emacs/lispref/strings.texi,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -b -r1.50 -r1.51
--- strings.texi        15 Feb 2007 10:35:16 -0000      1.50
+++ strings.texi        16 Feb 2007 13:21:44 -0000      1.51
@@ -887,9 +887,11 @@
 Immediately after the @samp{%} and before the optional width and
 precision, you can put certain ``flag'' characters.
 
-A space character inserts a space for positive numbers (otherwise
-nothing is inserted for positive numbers).  This flag is ignored
-except for @samp{%d}, @samp{%e}, @samp{%f}, @samp{%g}.
+A space character inserts a space for positive numbers, a plus character
+inserts a plus sign (otherwise nothing is inserted for positive
+numbers).  These flags are ignored except for @samp{%d}, @samp{%e},
address@hidden, @samp{%g}, and if both flags are present the space is
+ignored.
 
 The flag @samp{#} indicates ``alternate form.''  For @samp{%o} it
 ensures that the result begins with a 0.  For @samp{%x} and @samp{%X}




reply via email to

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