Function: describe-distribution

describe-distribution is an interactive and byte-compiled function defined in help.el.gz.

Signature

(describe-distribution)

Documentation

Display info on how to obtain the latest version of GNU Emacs.

View in manual

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/help.el.gz
(defun describe-distribution ()
  "Display info on how to obtain the latest version of GNU Emacs."
  (interactive)
  (view-help-file "DISTRIB"))