Function: info-emacs-bug
info-emacs-bug is an autoloaded, interactive and byte-compiled
function defined in info.el.gz.
Signature
(info-emacs-bug)
Documentation
Display the "Reporting Bugs" section of the Emacs manual in Info mode.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/info.el.gz
;;;###autoload
(defun info-emacs-bug ()
"Display the \"Reporting Bugs\" section of the Emacs manual in Info mode."
(interactive)
(info "(emacs)Bugs"))