emacs-diffs
[Top][All Lists]
Advanced

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

emacs-27 95fde1a: * src/editfns.c (Fformat): Small documentation fix.


From: Philipp Stephani
Subject: emacs-27 95fde1a: * src/editfns.c (Fformat): Small documentation fix.
Date: Tue, 5 May 2020 08:59:37 -0400 (EDT)

branch: emacs-27
commit 95fde1a851a88e782aaa812ea9370e1e4b889904
Author: Philipp Stephani <address@hidden>
Commit: Philipp Stephani <address@hidden>

    * src/editfns.c (Fformat): Small documentation fix.
---
 src/editfns.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/editfns.c b/src/editfns.c
index ddf190b..fe1feaf 100644
--- a/src/editfns.c
+++ b/src/editfns.c
@@ -3057,7 +3057,7 @@ printed representation.  The padding, if any, normally 
goes on the
 left, but it goes on the right if the - flag is present.  The padding
 character is normally a space, but it is 0 if the 0 flag is present.
 The 0 flag is ignored if the - flag is present, or the format sequence
-is something other than %d, %e, %f, and %g.
+is something other than %d, %o, %x, %e, %f, and %g.
 
 For %e and %f sequences, the number after the "." in the precision
 specifier says how many decimal places to show; if zero, the decimal



reply via email to

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