diff options
author | Colin Walters <walters@gnu.org> | 2002-06-08 22:43:33 +0000 |
---|---|---|
committer | Colin Walters <walters@gnu.org> | 2002-06-08 22:43:33 +0000 |
commit | 288395a703954acb9c28fbaea851bdc878d5f766 (patch) | |
tree | 2a33a8b82f3d3c25c23d6bcb39125142dbec41be /lisp/descr-text.el | |
parent | 7f050de0b349401f546b4624cbf957b6aff00144 (diff) | |
download | emacs-288395a703954acb9c28fbaea851bdc878d5f766.tar.gz |
(toplevel): Provide `descr-text'.
Diffstat (limited to 'lisp/descr-text.el')
-rw-r--r-- | lisp/descr-text.el | 3 |
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 |