diff options
author | Gerd Moellmann <gerd@gnu.org> | 2000-04-09 20:24:49 +0000 |
---|---|---|
committer | Gerd Moellmann <gerd@gnu.org> | 2000-04-09 20:24:49 +0000 |
commit | ae62450fdc7eb038edf7739064d4909fc37a2108 (patch) | |
tree | ce7c964045cb690743dee326e42ccab1db232ed0 /lisp/finder.el | |
parent | 1f92974325dd51fb93afb8884f4cd3476c16f6ce (diff) | |
download | emacs-ae62450fdc7eb038edf7739064d4909fc37a2108.tar.gz |
(finder-commentary): Add autoload cookie.
Diffstat (limited to 'lisp/finder.el')
-rw-r--r-- | lisp/finder.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/finder.el b/lisp/finder.el index 5e00ea2c683..4eb7d9949e9 100644 --- a/lisp/finder.el +++ b/lisp/finder.el @@ -185,6 +185,7 @@ no arguments compiles from `load-path'." (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 @@ Try compressed versions if jka-compr is in use." ;; 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 @@ FILE should be in a form suitable for passing to `locate-library'." (goto-char (posn-point (event-start event))) (finder-select))) +;;;###autoload (defun finder-by-keyword () "Find packages matching a given keyword." (interactive) |