Function: magit-go-forward

magit-go-forward is an interactive and byte-compiled function defined in magit-mode.el.

Signature

(magit-go-forward)

Documentation

Move forward in current buffer's history.

Key Bindings

Source Code

;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-mode.el
(defun magit-go-forward ()
  "Move forward in current buffer's history."
  (interactive)
  (if help-xref-forward-stack
      (help-xref-go-forward (current-buffer))
    (user-error "No next entry in buffer's history")))