diff --git a/lisp/ielm.el b/lisp/ielm.el index fd8dac74b74..39820a893a9 100644 --- a/lisp/ielm.el +++ b/lisp/ielm.el @@ -440,8 +440,7 @@ nonempty, then flushes the buffer." (concat (buffer-string) aux)))))) (error (setq error-type "IELM Error") - (setq result (format "Error during pretty-printing (bug in pp): %S" - err))) + (setq result (format "Error during pretty-printing: %S" err))) (quit (setq error-type "IELM Error") (setq result "Quit during pretty-printing")))) (if error-type