helpful-pkg.el (503B)
1 (define-package "helpful" "0.21" "A better *help* buffer" 2 '((emacs "25") 3 (dash "2.18.0") 4 (s "1.11.0") 5 (f "0.20.0") 6 (elisp-refs "1.2")) 7 :commit "ced07fe0d48ce1111d7a8376fdbfef34d927c967" :authors 8 '(("Wilfred Hughes" . "me@wilfred.me.uk")) 9 :maintainers 10 '(("Wilfred Hughes" . "me@wilfred.me.uk")) 11 :maintainer 12 '("Wilfred Hughes" . "me@wilfred.me.uk") 13 :keywords 14 '("help" "lisp") 15 :url "https://github.com/Wilfred/helpful") 16 ;; Local Variables: 17 ;; no-byte-compile: t 18 ;; End: