diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2006-11-06 02:07:11 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2006-11-06 02:07:11 +0000 |
commit | 77da3ae063c5e87eea1a7495f2ef0dc55634d2a4 (patch) | |
tree | 3da1716a961748b7406336535c0a6b98421597a7 /lisp/erc | |
parent | 09322f2631ff2bcfb0be83278ce9a00752a781aa (diff) | |
download | emacs-77da3ae063c5e87eea1a7495f2ef0dc55634d2a4.tar.gz |
(erc-autoaway-reestablish-idletimer): Fix typo in docstring.
Diffstat (limited to 'lisp/erc')
-rw-r--r-- | lisp/erc/erc-autoaway.el | 2 |
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) |