diff options
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) |