From: Juanma Barranquero Date: Mon, 6 Nov 2006 02:07:11 +0000 (+0000) Subject: (erc-autoaway-reestablish-idletimer): Fix typo in docstring. X-Git-Tag: emacs-pretest-22.0.91~308 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=77da3ae063c5e87eea1a7495f2ef0dc55634d2a4;p=emacs.git (erc-autoaway-reestablish-idletimer): Fix typo in docstring. --- 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)