aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPaul Eggert2011-12-21 01:58:39 -0800
committerPaul Eggert2011-12-21 01:58:39 -0800
commit6196cffecf7dcc2a777025137db6ab77ff45a105 (patch)
tree1e013215fbbeafa1c35d84ae8524c66e7ccdfe3f /src
parentd3098e1ec618fc043568be481b487f3bf7689bad (diff)
downloademacs-6196cffecf7dcc2a777025137db6ab77ff45a105.tar.gz
emacs-6196cffecf7dcc2a777025137db6ab77ff45a105.zip
Spelling fixes.
Diffstat (limited to 'src')
-rw-r--r--src/print.c2
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