emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-26 7caeef1: * src/editfns.c (Fformat): Make %x easie


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-26 7caeef1: * src/editfns.c (Fformat): Make %x easier to spot in doc string. (Bug#31945)
Date: Sat, 23 Jun 2018 08:35:08 -0400 (EDT)

branch: emacs-26
commit 7caeef1622114d62570d507c4b4ba0f647bb4491
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    * src/editfns.c (Fformat): Make %x easier to spot in doc string.  
(Bug#31945)
---
 src/editfns.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/editfns.c b/src/editfns.c
index 7c58391..4fba686 100644
--- a/src/editfns.c
+++ b/src/editfns.c
@@ -4105,7 +4105,8 @@ the next available argument, or the argument explicitly 
specified:
 
 %s means print a string argument.  Actually, prints any object, with `princ'.
 %d means print as signed number in decimal.
-%o means print as unsigned number in octal, %x as unsigned number in hex.
+%o means print as unsigned number in octal.
+%x means print as unsigned number in hex.
 %X is like %x, but uses upper case.
 %e means print a number in exponential notation.
 %f means print a number in decimal-point notation.



reply via email to

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