Function: magit--propertize-face
magit--propertize-face is a byte-compiled function defined in
magit-section.el.
Signature
(magit--propertize-face STRING FACE)
Source Code
;; Defined in ~/.emacs.d/elpa/magit-section-20260330.1102/magit-section.el
(defun magit--propertize-face (string face)
(propertize string 'face face 'font-lock-face face))