summaryrefslogtreecommitdiff
path: root/lisp/erc/erc-sound.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/erc/erc-sound.el')
-rw-r--r--lisp/erc/erc-sound.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/erc/erc-sound.el b/lisp/erc/erc-sound.el
index 92759d206a3..e835c45af88 100644
--- a/lisp/erc/erc-sound.el
+++ b/lisp/erc/erc-sound.el
@@ -128,8 +128,9 @@ See also `play-sound-file'."
(erc-log (format "Playing sound file %S" filepath))))
(defun erc-toggle-sound (&optional arg)
- "Toggles playing sounds on and off. With positive argument,
- turns them on. With any other argument turns sounds off."
+ "Toggles playing sounds on and off.
+With positive argument, turns them on. With any other argument
+turns sounds off."
(interactive "P")
(cond ((and (numberp arg) (> arg 0))
(setq erc-play-sound t))