From: Paul Eggert Date: Thu, 28 Apr 2011 21:41:39 +0000 (-0700) Subject: Remove confusing word from comment. X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~180^2~1 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fc96fbabd3aa421c8f5f4436a0093190707c0963;p=emacs.git Remove confusing word from comment. --- 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,