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 7123896626
)
This commit is contained in:
parent
3a9866e203
commit
7cb120ebf3
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue