diff options
author | Stefan Kangas <stefankangas@gmail.com> | 2022-11-18 15:48:22 +0100 |
---|---|---|
committer | Stefan Kangas <stefankangas@gmail.com> | 2022-11-18 16:02:19 +0100 |
commit | ba485eb949ddec53b1d7b5d78f3fcfbe2be60d7d (patch) | |
tree | aee24e35b156969e2450699b3d02621bcec3375e /lisp/mpc.el | |
parent | c116d9f74c8fc81a7e98b1519fa300998a8a15c3 (diff) | |
download | emacs-ba485eb949ddec53b1d7b5d78f3fcfbe2be60d7d.tar.gz emacs-ba485eb949ddec53b1d7b5d78f3fcfbe2be60d7d.tar.bz2 emacs-ba485eb949ddec53b1d7b5d78f3fcfbe2be60d7d.zip |
; Fix typos
Diffstat (limited to 'lisp/mpc.el')
-rw-r--r-- | lisp/mpc.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mpc.el b/lisp/mpc.el index 1775e7d5e72..f878c6ca291 100644 --- a/lisp/mpc.el +++ b/lisp/mpc.el @@ -447,7 +447,7 @@ which will be concatenated with proper quoting before passing them to MPD." ;;; Support for regularly updated current status information ;;;;;;;;;;;;;;; ;; Exported elements: -;; `mpc-status' holds the uptodate data. +;; `mpc-status' holds the up-to-date data. ;; `mpc-status-callbacks' holds the registered callback functions. ;; `mpc-status-refresh' forces a refresh of the data. ;; `mpc-status-stop' stops the automatic updating. |