From 288395a703954acb9c28fbaea851bdc878d5f766 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Sat, 8 Jun 2002 22:43:33 +0000 Subject: [PATCH] (toplevel): Provide `descr-text'. --- lisp/descr-text.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.39.2