changeset 45700:a54155344566

(toplevel): Provide `descr-text'.
author Colin Walters <walters@gnu.org>
date Sat, 08 Jun 2002 22:43:33 +0000
parents 5204b7681bdc
children 55cbf1b74fb9
files lisp/descr-text.el
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/descr-text.el	Sat Jun 08 22:32:06 2002 +0000
+++ b/lisp/descr-text.el	Sat Jun 08 22:43:33 2002 +0000
@@ -91,7 +91,6 @@
 				   "*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 @@
 	  (describe-text-mode)
 	  (goto-char (point-min)))))))
 
+(provide 'descr-text)
+
 ;;; descr-text.el ends here