summaryrefslogtreecommitdiff
path: root/lisp/erc
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2006-11-06 02:07:11 +0000
committerJuanma Barranquero <lekktu@gmail.com>2006-11-06 02:07:11 +0000
commit77da3ae063c5e87eea1a7495f2ef0dc55634d2a4 (patch)
tree3da1716a961748b7406336535c0a6b98421597a7 /lisp/erc
parent09322f2631ff2bcfb0be83278ce9a00752a781aa (diff)
downloademacs-77da3ae063c5e87eea1a7495f2ef0dc55634d2a4.tar.gz
(erc-autoaway-reestablish-idletimer): Fix typo in docstring.
Diffstat (limited to 'lisp/erc')
-rw-r--r--lisp/erc/erc-autoaway.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/erc/erc-autoaway.el b/lisp/erc/erc-autoaway.el
index 4614bd70e27..3eff0015b4c 100644
--- a/lisp/erc/erc-autoaway.el
+++ b/lisp/erc/erc-autoaway.el
@@ -136,7 +136,7 @@ See `erc-auto-discard-away'."
(eval-when-compile (defvar erc-autoaway-idle-seconds))
(defun erc-autoaway-reestablish-idletimer ()
- "Reestablish the emacs idletimer.
+ "Reestablish the Emacs idletimer.
If `erc-autoaway-idle-method' is 'emacs, you must call this
function each time you change `erc-autoaway-idle-seconds'."
(interactive)