aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/descr-text.el2
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/descr-text.el b/lisp/descr-text.el
index 8be2b94458a..ba53aeb3855 100644
--- a/lisp/descr-text.el
+++ b/lisp/descr-text.el
@@ -88,8 +88,6 @@ into help buttons that call `describe-text-category' or
88 (insert-text-button 88 (insert-text-button
89 (format "%S" value) 89 (format "%S" value)
90 'type 'help-face 'help-args (list value))) 90 'type 'help-face 'help-args (list value)))
91 ((widgetp value)
92 (describe-text-widget value))
93 (t 91 (t
94 (describe-text-sexp value)))) 92 (describe-text-sexp value))))
95 (insert "\n"))) 93 (insert "\n")))