aboutsummaryrefslogtreecommitdiff
path: root/emms-info-metaflac.el
diff options
context:
space:
mode:
authorYoni Rabkin <yoni@rabkins.net>2021-04-17 16:55:01 -0400
committerYoni Rabkin <yoni@rabkins.net>2021-04-17 16:55:01 -0400
commitf992e4c98b1d472acb802ea2a149f087c2656034 (patch)
treed923d36742ae97f226e8f9db954176e2cd3f7dde /emms-info-metaflac.el
parent9412bf085da449fba77df89933ef22bff147a573 (diff)
*.el: Remove redundant `:group` arguments
Also, remove some redundant leading `*` in defcustom docstrings Patch by Stefan Monnier <monnier@iro.umontreal.ca>
Diffstat (limited to 'emms-info-metaflac.el')
-rw-r--r--emms-info-metaflac.el10
1 files changed, 4 insertions, 6 deletions
diff --git a/emms-info-metaflac.el b/emms-info-metaflac.el
index 8b528c4..d9eebbc 100644
--- a/emms-info-metaflac.el
+++ b/emms-info-metaflac.el
@@ -1,6 +1,6 @@
;;; emms-info-metaflac.el --- Info-method for EMMS using metaflac -*- lexical-binding: t; -*-
-;; Copyright (C) 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+;; Copyright (C) 2006-2021 Free Software Foundation, Inc.
;; Author: Matthew Kennedy <mkennedy@gentoo.org>
;; Keywords:
@@ -51,9 +51,8 @@ external metaflac program"
:group 'emms-info)
(defcustom emms-info-metaflac-program-name "metaflac"
- "*The name/path of the metaflac program."
- :type 'string
- :group 'emms-info-metaflac)
+ "The name/path of the metaflac program."
+ :type 'string)
(defcustom emms-info-metaflac-options
'("--no-utf8-convert"
@@ -66,8 +65,7 @@ external metaflac program"
"--show-tag=DISCNUMBER"
"--show-tag=GENRE")
"The argument to pass to `emms-info-metaflac-program-name'."
- :type '(repeat string)
- :group 'emms-info-metaflac)
+ :type '(repeat string))
(defun emms-info-metaflac (track)
"Get the FLAC tag of file TRACK, using `emms-info-metaflac-program'