Variable: facemenu-end-add-face

facemenu-end-add-face is a customizable variable defined in facemenu.el.gz.

Value

nil

Documentation

String to insert or function called at end of text to change or nil.

This function is passed the FACE to set, and must return a string which is inserted.

Source Code

;; Defined in /usr/src/emacs/lisp/facemenu.el.gz
(defcustom facemenu-end-add-face nil
  "String to insert or function called at end of text to change or nil.
This function is passed the FACE to set, and must return a string which is
inserted."
  :type '(choice (const :tag "None" nil)
		 string
		 function)
  :group 'facemenu)