Function: magit-info
magit-info is an autoloaded, interactive and byte-compiled function
defined in magit-mode.el.
Signature
(magit-info)
Documentation
Visit the Magit manual.
Key Bindings
Source Code
;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-mode.el
;;;###autoload
(defun magit-info ()
"Visit the Magit manual."
(interactive)
(info "magit"))