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.
This commit is contained in:
Glenn Morris 2014-01-07 00:38:58 -08:00
parent ff4a5a419e
commit e9be0a138c
3 changed files with 11 additions and 11 deletions

View file

@ -1,3 +1,9 @@
2014-01-07 Glenn Morris <rgm@gnu.org>
* 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 <juri@jurta.org>
* 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 <dancol@dancol.org>
* 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 <cyd@gnu.org>
* isearch.el (isearch-yank-char, isearch-yank-word)

View file

@ -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.

View file

@ -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."