Variable: facemenu-add-face-function
facemenu-add-face-function is a customizable variable defined in
facemenu.el.gz.
Value
nil
Documentation
Function called at beginning of text to change or nil.
This function is passed the FACE to set and END of text to change, and must
return a string which is inserted. It may set facemenu-end-add-face.
Source Code
;; Defined in /usr/src/emacs/lisp/facemenu.el.gz
(defcustom facemenu-add-face-function nil
"Function called at beginning of text to change or nil.
This function is passed the FACE to set and END of text to change, and must
return a string which is inserted. It may set `facemenu-end-add-face'."
:type '(choice (const :tag "None" nil)
function)
:group 'facemenu)