+2003-01-14 John Paul Wallington <jpw@shootybangbang.com>
+
+ * apropos.el (apropos): Restore autoload cookie. Fix error
+ message typo.
+
2003-01-14 Kim F. Storm <storm@cua.dk>
* subr.el (process-put, process-get): New functions.
"(not documented)"))
(error "(error retrieving documentation)")))
+
+;;;###autoload
(defun apropos (apropos-regexp &optional do-all)
"Show all bound symbols whose names match APROPOS-REGEXP.
With optional prefix DO-ALL or if `apropos-do-all' is non-nil, also
(void-function
"(alias for undefined function)")
(error
- "(error retrieving function documentation")))
+ "(error retrieving function documentation)")))
(substring doc 0 (string-match "\n" doc))
"(not documented)"))
(when (boundp symbol)