+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
* 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)
(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.
: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."