Function: magit-format-patch-select-description-mode

magit-format-patch-select-description-mode is a byte-compiled function defined in magit-patch.el.

Signature

(magit-format-patch-select-description-mode &rest IGNORE)

Source Code

;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-patch.el
(defun magit-format-patch-select-description-mode (&rest _ignore)
  (magit-read-char-case "Use description as " t
    (?m "[m]essage" "message")
    (?s "[s]ubject" "subject")
    (?a "[a]uto"    "auto")
    (?n "[n]othing" "none")))