]> git.eshelyaron.com Git - emacs.git/commitdiff
(erc-autoaway-reestablish-idletimer): Fix typo in docstring.
authorJuanma Barranquero <lekktu@gmail.com>
Mon, 6 Nov 2006 02:07:11 +0000 (02:07 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Mon, 6 Nov 2006 02:07:11 +0000 (02:07 +0000)
lisp/erc/erc-autoaway.el

index 4614bd70e27959a9998da80b7bcc84e88c9274f6..3eff0015b4ccc98ce0bd2401f6234d60ab37f09d 100644 (file)
@@ -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)