Function: magit--put-face

magit--put-face is a byte-compiled function defined in magit-section.el.

Signature

(magit--put-face BEG END FACE STRING)

Source Code

;; Defined in ~/.emacs.d/elpa/magit-section-20260330.1102/magit-section.el
(defun magit--put-face (beg end face string)
  (put-text-property beg end 'face face string)
  (put-text-property beg end 'font-lock-face face string))