summaryrefslogtreecommitdiff
path: root/lisp/menu-bar.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/menu-bar.el
parentff4a5a419e8d47d229a6270fe9ea3fc194df8ccd (diff)
downloademacs-e9be0a138c07b93576c07c7fe7c94defee9adfc6.tar.gz
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/menu-bar.el')
-rw-r--r--lisp/menu-bar.el6
1 files changed, 2 insertions, 4 deletions
diff --git a/lisp/menu-bar.el b/lisp/menu-bar.el
index e64a6716569..506315e4d08 100644
--- a/lisp/menu-bar.el
+++ b/lisp/menu-bar.el
@@ -1635,13 +1635,11 @@ key, a click, or a menu-item"))
:help "Read the Introduction to Emacs Lisp Programming"))
menu))
+;; This used to visit MORE.STUFF; maybe it should just be removed.
(defun menu-bar-help-extra-packages ()
"Display help about some additional packages available for Emacs."
(interactive)
- (let (enable-local-variables)
- (view-file (expand-file-name "MORE.STUFF"
- data-directory))
- (goto-address-mode 1)))
+ (info "(efaq)Packages that do not come with Emacs"))
(defun help-with-tutorial-spec-language ()
"Use the Emacs tutorial, specifying which language you want."