Mercurial > emacs
changeset 28528:7618c3801a21
(finder-commentary): Add autoload cookie.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Sun, 09 Apr 2000 20:24:49 +0000 |
parents | e6096d02680f |
children | b8ac36c58391 |
files | lisp/finder.el |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/finder.el Sun Apr 09 20:23:27 2000 +0000 +++ b/lisp/finder.el Sun Apr 09 20:24:49 2000 +0000 @@ -185,6 +185,7 @@ (progn (end-of-line) (point)) 'mouse-face 'highlight))) +;;;###autoload (defun finder-list-keywords () "Display descriptions of the keywords in the Finder buffer." (interactive) @@ -242,6 +243,7 @@ ;; last resort for MS-DOG et al (locate-library (concat library "z")))))) +;;;###autoload (defun finder-commentary (file) "Display FILE's commentary section. FILE should be in a form suitable for passing to `locate-library'." @@ -292,6 +294,7 @@ (goto-char (posn-point (event-start event))) (finder-select))) +;;;###autoload (defun finder-by-keyword () "Find packages matching a given keyword." (interactive)