From: Colin Walters Date: Sat, 8 Jun 2002 22:43:33 +0000 (+0000) Subject: (toplevel): Provide `descr-text'. X-Git-Tag: ttn-vms-21-2-B4~14715 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=288395a703954acb9c28fbaea851bdc878d5f766;p=emacs.git (toplevel): Provide `descr-text'. --- 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