diff options
| author | Paul Eggert | 2011-12-21 01:58:39 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-12-21 01:58:39 -0800 |
| commit | 6196cffecf7dcc2a777025137db6ab77ff45a105 (patch) | |
| tree | 1e013215fbbeafa1c35d84ae8524c66e7ccdfe3f /src | |
| parent | d3098e1ec618fc043568be481b487f3bf7689bad (diff) | |
| download | emacs-6196cffecf7dcc2a777025137db6ab77ff45a105.tar.gz emacs-6196cffecf7dcc2a777025137db6ab77ff45a105.zip | |
Spelling fixes.
Diffstat (limited to 'src')
| -rw-r--r-- | src/print.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/print.c b/src/print.c index fc36d29da7c..8e4a38c4ae9 100644 --- a/src/print.c +++ b/src/print.c | |||
| @@ -620,7 +620,7 @@ A printed representation of an object is text which describes that object. */) | |||
| 620 | printcharfun = Vprin1_to_string_buffer; | 620 | printcharfun = Vprin1_to_string_buffer; |
| 621 | PRINTPREPARE; | 621 | PRINTPREPARE; |
| 622 | print (object, printcharfun, NILP (noescape)); | 622 | print (object, printcharfun, NILP (noescape)); |
| 623 | /* Make Vprin1_to_string_buffer be the default buffer after PRINTFINSH */ | 623 | /* Make Vprin1_to_string_buffer be the default buffer after PRINTFINISH */ |
| 624 | PRINTFINISH; | 624 | PRINTFINISH; |
| 625 | } | 625 | } |
| 626 | 626 | ||