diff options
| author | Paul Eggert | 2011-04-28 14:41:39 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-04-28 14:41:39 -0700 |
| commit | fc96fbabd3aa421c8f5f4436a0093190707c0963 (patch) | |
| tree | b1eef6ad2a233adf013a503a44a07b8ea959ce02 | |
| parent | ca2d6274770983cbbe5cf087c5e74872c6941c6a (diff) | |
| download | emacs-fc96fbabd3aa421c8f5f4436a0093190707c0963.tar.gz emacs-fc96fbabd3aa421c8f5f4436a0093190707c0963.zip | |
Remove confusing word from comment.
| -rw-r--r-- | src/doprnt.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 <http://www.gnu.org/licenses/>. */ | |||
| 70 | %<flags><width><precision><length>character | 70 | %<flags><width><precision><length>character |
| 71 | 71 | ||
| 72 | where flags is [+ -0], width is [0-9]+, precision is .[0-9]+, and length | 72 | where flags is [+ -0], width is [0-9]+, precision is .[0-9]+, and length |
| 73 | modifier is empty or l or ll. | 73 | is empty or l or ll. |
| 74 | 74 | ||
| 75 | The + flag character inserts a + before any positive number, while a space | 75 | The + flag character inserts a + before any positive number, while a space |
| 76 | inserts a space before any positive number; these flags only affect %d, %o, | 76 | inserts a space before any positive number; these flags only affect %d, %o, |