diff options
Diffstat (limited to 'lisp/mpc.el')
-rw-r--r-- | lisp/mpc.el | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/mpc.el b/lisp/mpc.el index 029f0ca8f42..1f4cb4fe9cd 100644 --- a/lisp/mpc.el +++ b/lisp/mpc.el @@ -197,10 +197,10 @@ numerically rather than lexicographically." (defcustom mpc-host (concat (or (getenv "MPD_HOST") "localhost") (if (getenv "MPD_PORT") (concat ":" (getenv "MPD_PORT")))) - "Host (and port) where the Music Player Daemon is running. The -format is \"HOST\", \"HOST:PORT\", \"PASSWORD@HOST\" or -\"PASSWORD@HOST:PORT\" where PASSWORD defaults to no password, PORT -defaults to 6600 and HOST defaults to localhost." + "Host (and port) where the Music Player Daemon is running. +The format is \"HOST\", \"HOST:PORT\", \"PASSWORD@HOST\" or +\"PASSWORD@HOST:PORT\" where PASSWORD defaults to no password, +PORT defaults to 6600 and HOST defaults to localhost." :type 'string) (defvar mpc-proc nil) |