Function: prefix-command-update

prefix-command-update is a byte-compiled function defined in simple.el.gz.

Signature

(prefix-command-update)

Documentation

Update state of prefix commands.

Call it whenever you change the "prefix command state".

Source Code

;; Defined in /usr/src/emacs/lisp/simple.el.gz
(defun prefix-command-update ()
  "Update state of prefix commands.
Call it whenever you change the \"prefix command state\"."
  (setq prefix-command--needs-update t))