Function: magit-diff

magit-diff is an autoloaded, interactive and byte-compiled function defined in magit-diff.el.

Signature

(magit-diff)

Documentation

Show changes between different versions.

Key Bindings

Source Code

;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-diff.el
;;; Options
;;;; Diff Mode

(defgroup magit-diff nil
  "Inspect and manipulate Git diffs."
  :link '(info-link "(magit)Diffing")
  :group 'magit-commands
  :group 'magit-modes)