diff options
| author | Paul Eggert | 2011-11-17 01:09:20 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-11-17 01:09:20 -0800 |
| commit | 4c36be58ca2b4777a5e7bf0d3e692cfd9fa1aea3 (patch) | |
| tree | 04a24b4e53c431ec3deb9281a0454ede7ace7337 /src/doprnt.c | |
| parent | b6e63cbebdac53be5ba3ce9261d7edc8dfda8bf5 (diff) | |
| download | emacs-4c36be58ca2b4777a5e7bf0d3e692cfd9fa1aea3.tar.gz emacs-4c36be58ca2b4777a5e7bf0d3e692cfd9fa1aea3.zip | |
Spelling fixes.
Diffstat (limited to 'src/doprnt.c')
| -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 b4d13c59137..35af2297ff4 100644 --- a/src/doprnt.c +++ b/src/doprnt.c | |||
| @@ -26,7 +26,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 26 | of the (`int') argument, suitable for display in an Emacs buffer. | 26 | of the (`int') argument, suitable for display in an Emacs buffer. |
| 27 | 27 | ||
| 28 | . For %s and %c, when field width is specified (e.g., %25s), it accounts for | 28 | . For %s and %c, when field width is specified (e.g., %25s), it accounts for |
| 29 | the diplay width of each character, according to char-width-table. That | 29 | the display width of each character, according to char-width-table. That |
| 30 | is, it does not assume that each character takes one column on display. | 30 | is, it does not assume that each character takes one column on display. |
| 31 | 31 | ||
| 32 | . If the size of the buffer is not enough to produce the formatted string in | 32 | . If the size of the buffer is not enough to produce the formatted string in |