From fc96fbabd3aa421c8f5f4436a0093190707c0963 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Thu, 28 Apr 2011 14:41:39 -0700 Subject: [PATCH] Remove confusing word from comment. --- src/doprnt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doprnt.c b/src/doprnt.c index 22950ec6fad..838581f7acd 100644 --- a/src/doprnt.c +++ b/src/doprnt.c @@ -70,7 +70,7 @@ along with GNU Emacs. If not, see . */ %character where flags is [+ -0], width is [0-9]+, precision is .[0-9]+, and length - modifier is empty or l or ll. + is empty or l or ll. The + flag character inserts a + before any positive number, while a space inserts a space before any positive number; these flags only affect %d, %o, -- 2.39.2