]> git.eshelyaron.com Git - emacs.git/commitdiff
(toplevel): Provide `descr-text'.
authorColin Walters <walters@gnu.org>
Sat, 8 Jun 2002 22:43:33 +0000 (22:43 +0000)
committerColin Walters <walters@gnu.org>
Sat, 8 Jun 2002 22:43:33 +0000 (22:43 +0000)
lisp/descr-text.el

index d9e5d6f428251bf0f9b2cfd089d32d55bd71330a..f1037e15db25f0ccb8a83952570bfbcc5850f217 100644 (file)
@@ -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