Function: mpc-update

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

Signature

(mpc-update)

Documentation

Tell MPD to refresh its database.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/mpc.el.gz
(defun mpc-update ()
  "Tell MPD to refresh its database."
  (interactive)
  (mpc-cmd-update))