From e9be0a138c07b93576c07c7fe7c94defee9adfc6 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Tue, 7 Jan 2014 00:38:58 -0800 Subject: [PATCH] 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. --- lisp/ChangeLog | 11 ++++++----- lisp/help.el | 5 +++-- lisp/menu-bar.el | 6 ++---- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 222582b3d73..9f0a7e5c715 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,9 @@ +2014-01-07 Glenn Morris + + * help.el (view-external-packages): + * menu-bar.el (menu-bar-help-extra-packages): + Visit efaq.info rather than etc/MORE.STUFF. + 2014-01-07 Juri Linkov * isearch.el (isearch-mode-map): Bind [return] and [backspace] to @@ -6,11 +12,6 @@ * progmodes/ps-mode.el (ps-mode-map): Remove [return] key binding that shadows RET. (Bug#16342) -2014-01-07 Daniel Colascione - - * vc/log-view.el (log-view-beginning-of-defun): Add comment - explaining why we call `log-view-end-of-defun'. - 2014-01-07 Chong Yidong * isearch.el (isearch-yank-char, isearch-yank-word) 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. 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." -- 2.39.2