Function: facemenu-update

facemenu-update is an interactive and byte-compiled function defined in facemenu.el.gz.

Signature

(facemenu-update)

Documentation

Add or update the "Face" menu in the menu bar.

You can call this to update things if you change any of the menu configuration variables.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/facemenu.el.gz
(defun facemenu-update ()
  "Add or update the \"Face\" menu in the menu bar.
You can call this to update things if you change any of the menu configuration
variables."
  (interactive)

  ;; Add each defined face to the menu.
  (facemenu-iterate 'facemenu-add-new-face
		    (facemenu-complete-face-list facemenu-keybindings)))