]> git.eshelyaron.com Git - emacs.git/commitdiff
(finder-by-keyword): Add doc string and t for interactive.
authorRichard M. Stallman <rms@gnu.org>
Mon, 20 Jun 1994 20:34:22 +0000 (20:34 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 20 Jun 1994 20:34:22 +0000 (20:34 +0000)
lisp/help.el

index 83b502a28676a50543bcbc2c14a588eb38b8f688..e861bc8e42e43ae9f696ea5a4289f2b35b4a891e 100644 (file)
@@ -67,7 +67,8 @@
 (define-key help-map "n" 'view-emacs-news)
 
 (define-key help-map "p" 'finder-by-keyword)
-(autoload 'finder-by-keyword "finder")
+(autoload 'finder-by-keyword "finder"
+  "Find packages matching a given keyword." t)
 
 (define-key help-map "s" 'describe-syntax)