summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lisp/descr-text.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/descr-text.el b/lisp/descr-text.el
index d9e5d6f4282..f1037e15db2 100644
--- a/lisp/descr-text.el
+++ b/lisp/descr-text.el
@@ -91,7 +91,6 @@ if that value is non-nil."
"*Pp Eval Output*"
(princ (widget-get widget :value))))
pp))))
-
(defun describe-text-properties (properties)
"Insert a description of PROPERTIES in the current buffer.
@@ -201,4 +200,6 @@ The `category' property is made into a widget button that call
(describe-text-mode)
(goto-char (point-min)))))))
+(provide 'descr-text)
+
;;; descr-text.el ends here