X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/8a1f4a98c1b8e3abaf1b46394a88d09531ce4c2d..ba3189039adc8ec5eba5ed3e21d42019a4616b7c:/lisp/erc/erc-sound.el diff --git a/lisp/erc/erc-sound.el b/lisp/erc/erc-sound.el index 9664df90f3..6a04539b79 100644 --- a/lisp/erc/erc-sound.el +++ b/lisp/erc/erc-sound.el @@ -1,6 +1,8 @@ ;;; erc-sound.el --- CTCP SOUND support for ERC -;; Copyright (C) 2002, 2003, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. +;; Copyright (C) 2002-2003, 2006-2014 Free Software Foundation, Inc. + +;; Maintainer: FSF ;; This file is part of GNU Emacs. @@ -62,7 +64,7 @@ and play sound files as requested." :group 'erc) (defcustom erc-play-sound t - "*Play sounds when you receive CTCP SOUND requests." + "Play sounds when you receive CTCP SOUND requests." :group 'erc-sound :type 'boolean) @@ -147,4 +149,3 @@ See also `play-sound-file'." ;; tab-width: 8 ;; End: -;; arch-tag: 53657d1d-007f-4a20-91c1-588e71cf0cee