Function: view-external-packages
view-external-packages is an interactive and byte-compiled function
defined in help.el.gz.
Signature
(view-external-packages)
Documentation
Display info on where to get more Emacs packages.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/help.el.gz
;; This used to visit a plain text file etc/MORE.STUFF;
;; maybe this command should just be removed.
(defun view-external-packages ()
"Display info on where to get more Emacs packages."
(interactive)
(info "(efaq)Packages that do not come with Emacs"))