Function: view-order-manuals

view-order-manuals is an interactive and byte-compiled function defined in help.el.gz.

Signature

(view-order-manuals)

Documentation

Display information on how to buy printed copies of Emacs manuals.

View in manual

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/help.el.gz
(defun view-order-manuals ()
  "Display information on how to buy printed copies of Emacs manuals."
  (interactive)
  (info "(emacs)Printed Books"))