changeset 73725:ee3d80fd6bb9

(erc-autoaway-reestablish-idletimer): Fix typo in docstring.
author Juanma Barranquero <lekktu@gmail.com>
date Mon, 06 Nov 2006 02:07:11 +0000
parents 4d29d878db63
children 21c7a5b30ab2
files lisp/erc/erc-autoaway.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/erc/erc-autoaway.el	Mon Nov 06 02:06:29 2006 +0000
+++ b/lisp/erc/erc-autoaway.el	Mon Nov 06 02:07:11 2006 +0000
@@ -136,7 +136,7 @@
 (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)