aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/editfns.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/editfns.c b/src/editfns.c
index 4e35784e554..3f1b3aa4b75 100644
--- a/src/editfns.c
+++ b/src/editfns.c
@@ -3031,7 +3031,7 @@ width, and precision specifiers, as follows:
3031 %<field><flags><width><precision>character 3031 %<field><flags><width><precision>character
3032 3032
3033where field is [0-9]+ followed by a literal dollar "$", flags is 3033where field is [0-9]+ followed by a literal dollar "$", flags is
3034[+ #-0]+, width is [0-9]+, and precision is a literal period "." 3034[+ #0-]+, width is [0-9]+, and precision is a literal period "."
3035followed by [0-9]+. 3035followed by [0-9]+.
3036 3036
3037If a %-sequence is numbered with a field with positive value N, the 3037If a %-sequence is numbered with a field with positive value N, the