From f992e4c98b1d472acb802ea2a149f087c2656034 Mon Sep 17 00:00:00 2001 From: Yoni Rabkin Date: Sat, 17 Apr 2021 16:55:01 -0400 Subject: *.el: Remove redundant `:group` arguments Also, remove some redundant leading `*` in defcustom docstrings Patch by Stefan Monnier --- emms-info-metaflac.el | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'emms-info-metaflac.el') 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 ;; 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' -- cgit v1.2.3