aboutsummaryrefslogtreecommitdiff
path: root/emms-info-opusinfo.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-opusinfo.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-opusinfo.el')
-rw-r--r--emms-info-opusinfo.el12
1 files changed, 5 insertions, 7 deletions
diff --git a/emms-info-opusinfo.el b/emms-info-opusinfo.el
index 0a6cee6..af1a9b8 100644
--- a/emms-info-opusinfo.el
+++ b/emms-info-opusinfo.el
@@ -1,6 +1,6 @@
;;; emms-info-opusinfo.el --- Emms information from Ogg Opus files. -*- lexical-binding: t; -*-
-;; Copyright (C) 2018 Free Software Foundation, Inc.
+;; Copyright (C) 2018-2021 Free Software Foundation, Inc.
;; Author: Pierre Neidhardt <mail@ambrevar.xyz>
@@ -33,14 +33,12 @@ program"
:group 'emms-info)
(defcustom emms-info-opusinfo-coding-system 'utf-8
- "*Coding system used in the output of opusinfo."
- :type 'coding-system
- :group 'emms-info-opusinfo)
+ "Coding system used in the output of opusinfo."
+ :type 'coding-system)
(defcustom emms-info-opusinfo-program-name "opusinfo"
- "*The name/path of the opusinfo tag program."
- :type 'string
- :group 'emms-info-opusinfo)
+ "The name/path of the opusinfo tag program."
+ :type 'string)
(defun emms-info-opusinfo (track)
"Add track information to TRACK.