diff options
author | Lars Magne Ingebrigtsen <larsi@gnus.org> | 1999-02-20 13:52:45 +0000 |
---|---|---|
committer | Lars Magne Ingebrigtsen <larsi@gnus.org> | 1999-02-20 13:52:45 +0000 |
commit | 00ee8badfe58c7d1e9a9ee4a352aba5d95a47b54 (patch) | |
tree | fc37dabf0705e8a381064e99bf4a90bdcc2f6131 /lisp/gnus/earcon.el | |
parent | 6fb5d905b675f74ddf2bc43cc5e575225b7a92e2 (diff) | |
download | emacs-00ee8badfe58c7d1e9a9ee4a352aba5d95a47b54.tar.gz |
*** empty log message ***
Diffstat (limited to 'lisp/gnus/earcon.el')
-rw-r--r-- | lisp/gnus/earcon.el | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/lisp/gnus/earcon.el b/lisp/gnus/earcon.el index ee2b041e154..4302182733c 100644 --- a/lisp/gnus/earcon.el +++ b/lisp/gnus/earcon.el @@ -2,10 +2,6 @@ ;; Copyright (C) 1996 Free Software Foundation ;; Author: Steven L. Baur <steve@miranova.com> -;; Keywords: news fun sound - -;; This file is part of GNU Emacs. - ;; GNU Emacs is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by ;; the Free Software Foundation; either version 2, or (at your option) @@ -39,12 +35,12 @@ :group 'gnus-visual) (defcustom earcon-auto-play nil - "When True, automatically play sounds as well as buttonize them." + "*When True, automatically play sounds as well as buttonize them." :type 'boolean :group 'earcon) (defcustom earcon-prefix "**" - "String denoting the start of an earcon." + "*String denoting the start of an earcon." :type 'string :group 'earcon) @@ -70,12 +66,11 @@ ("cackle" 1 "witch.au") ("yell\\|roar" 1 "yell2.au") ("whoop-de-doo" 1 "whistle.au")) - "A list of regexps to map earcons to real sounds." + "*A list of regexps to map earcons to real sounds." :type '(repeat (list regexp (integer :tag "Match") (string :tag "Sound"))) :group 'earcon) - (defvar earcon-button-marker-list nil) (make-variable-buffer-local 'earcon-button-marker-list) |