From 63f419f1339cbd0a7d1e64586854a4f01b3f80d1 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Tue, 14 Sep 2021 08:43:18 +0200 Subject: ; Minor stylistic fixes found by checkdoc --- lisp/mpc.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lisp/mpc.el') 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) -- cgit v1.2.3