emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-25 7cb120e: Improve the doc string of 'format'


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-25 7cb120e: Improve the doc string of 'format'
Date: Fri, 23 Sep 2016 14:12:48 +0000 (UTC)

branch: emacs-25
commit 7cb120ebf397c51540ebb4ef223d84852394ed58
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    Improve the doc string of 'format'
    
    * src/editfns.c (Fformat): Fix ambiguity in the doc string's usage
    of a literal period.  (Bug#24407)
    
    This was backported from master
    (cherry picked from commit 7123896626b06c26c4e37839ab41e41980c8f433)
---
 src/editfns.c |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/editfns.c b/src/editfns.c
index e1c8516..51b87de 100644
--- a/src/editfns.c
+++ b/src/editfns.c
@@ -3815,7 +3815,8 @@ specifiers, as follows:
 
   %<flags><width><precision>character
 
-where flags is [+ #-0]+, width is [0-9]+, and precision is .[0-9]+
+where flags is [+ #-0]+, width is [0-9]+, and precision is a literal
+period "." followed by [0-9]+
 
 The + flag character inserts a + before any positive number, while a
 space inserts a space before any positive number; these flags only



reply via email to

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