comparison lisp/apropos.el @ 18383:11218164bc54

Add provide call.
author Richard M. Stallman <rms@gnu.org>
date Sun, 22 Jun 1997 18:57:55 +0000
parents 7512243efd89
children 4c16f9e92a6e
comparison
equal deleted inserted replaced
18382:0e4943a370e2 18383:11218164bc54
623 (put-text-property 8 (- (point) 14) 'face apropos-symbol-face)) 623 (put-text-property 8 (- (point) 14) 'face apropos-symbol-face))
624 (insert (apropos-format-plist symbol "\n ")) 624 (insert (apropos-format-plist symbol "\n "))
625 (princ ")") 625 (princ ")")
626 (print-help-return-message))) 626 (print-help-return-message)))
627 627
628 (provide 'apropos)
629
628 ;;; apropos.el ends here 630 ;;; apropos.el ends here