aboutsummaryrefslogtreecommitdiff
path: root/helpful.el
diff options
context:
space:
mode:
Diffstat (limited to 'helpful.el')
-rw-r--r--helpful.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/helpful.el b/helpful.el
index 9715c81..71df518 100644
--- a/helpful.el
+++ b/helpful.el
@@ -1910,8 +1910,7 @@ state of the current symbol."
(consp val))
(helpful--format-hook val))
(t
- (error "don't know how to format value of type %s"
- (type-of val))))
+ (helpful--pretty-print val)))
"\n\n")
(when multiple-views-p
(insert (helpful--make-toggle-literal-button) " "))