Function: finder-by-keyword

finder-by-keyword is an autoloaded, interactive and byte-compiled function defined in finder.el.gz.

Signature

(finder-by-keyword)

Documentation

Find packages matching a given keyword.

View in manual

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/finder.el.gz
;;;###autoload
(defun finder-by-keyword ()
  "Find packages matching a given keyword."
  ;; FIXME: Why does this function exist?  Should it just be an alias?
  (interactive)
  (finder-list-keywords))