summaryrefslogtreecommitdiff
path: root/lisp/help.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2014-01-07 00:38:58 -0800
committerGlenn Morris <rgm@gnu.org>2014-01-07 00:38:58 -0800
commite9be0a138c07b93576c07c7fe7c94defee9adfc6 (patch)
treea54529d4875fa58b249eed2958c9ff60bd01d5ed /lisp/help.el
parentff4a5a419e8d47d229a6270fe9ea3fc194df8ccd (diff)
Reference efaq.info in preference to etc/MORE.STUFF
* lisp/help.el (view-external-packages): * lisp/menu-bar.el (menu-bar-help-extra-packages): Visit efaq.info rather than etc/MORE.STUFF.
Diffstat (limited to 'lisp/help.el')
-rw-r--r--lisp/help.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/help.el b/lisp/help.el
index e80d2d85905..22d7007aa5e 100644
--- a/lisp/help.el
+++ b/lisp/help.el
@@ -437,10 +437,11 @@ is specified by the variable `message-log-max'."
(interactive)
(view-help-file "DEBUG"))
+;; This used to visit MORE.STUFF; maybe it should just be removed.
(defun view-external-packages ()
- "Display external packages and information about Emacs."
+ "Display info on where to get more Emacs packages."
(interactive)
- (view-help-file "MORE.STUFF"))
+ (info "(efaq)Packages that do not come with Emacs"))
(defun view-lossage ()
"Display last 300 input keystrokes.