Function: describe-copying
describe-copying is an interactive and byte-compiled function defined
in help.el.gz.
Signature
(describe-copying)
Documentation
Display info on how you may redistribute copies of GNU Emacs.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/help.el.gz
(defun describe-copying ()
"Display info on how you may redistribute copies of GNU Emacs."
(interactive)
(view-help-file "COPYING"))