aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/help.el5
2 files changed, 7 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 666a7886a2b..0c1b111e3b0 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12014-01-10 Glenn Morris <rgm@gnu.org>
2
3 * help.el (view-order-manuals): Open emacs.info rather than ORDERS.
4
12014-01-09 David Engster <deng@randomsample.de> 52014-01-09 David Engster <deng@randomsample.de>
2 6
3 * emacs-lisp/eieio-custom.el: 7 * emacs-lisp/eieio-custom.el:
diff --git a/lisp/help.el b/lisp/help.el
index 22d7007aa5e..f732cf385cd 100644
--- a/lisp/help.el
+++ b/lisp/help.el
@@ -417,9 +417,10 @@ is specified by the variable `message-log-max'."
417 (display-buffer (current-buffer)))) 417 (display-buffer (current-buffer))))
418 418
419(defun view-order-manuals () 419(defun view-order-manuals ()
420 "Display the Emacs ORDERS file." 420 "Display information on how to buy printed copies of Emacs manuals."
421 (interactive) 421 (interactive)
422 (view-help-file "ORDERS")) 422;; (view-help-file "ORDERS")
423 (info "(emacs)Printed Books"))
423 424
424(defun view-emacs-FAQ () 425(defun view-emacs-FAQ ()
425 "Display the Emacs Frequently Asked Questions (FAQ) file." 426 "Display the Emacs Frequently Asked Questions (FAQ) file."