Function: describe-gnu-project
describe-gnu-project is an interactive and byte-compiled function
defined in help.el.gz.
Signature
(describe-gnu-project)
Documentation
Browse online information on the GNU project.
Probably introduced at or before Emacs version 22.2.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/help.el.gz
;; Maybe this command should just be removed.
(defun describe-gnu-project ()
"Browse online information on the GNU project."
(interactive)
(browse-url "https://www.gnu.org/gnu/thegnuproject.html"))