]> code.delx.au - gnu-emacs/commitdiff
(truncate): Fix typo in docstring.
authorJuanma Barranquero <lekktu@gmail.com>
Mon, 6 Nov 2006 02:07:52 +0000 (02:07 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Mon, 6 Nov 2006 02:07:52 +0000 (02:07 +0000)
lisp/erc/erc-truncate.el

index 7a1feaaedd291a4f2fa6e06984b9a2475bcd9c21..76475ab8ee5be6b22f06e2194b5a1b23fe7545a2 100644 (file)
@@ -48,7 +48,7 @@ Used only when auto-truncation is enabled.
 (define-erc-module truncate nil
   "Truncate a query buffer if it gets too large.
 This prevents the query buffer from getting too large, which can
-bring any grown emacs to its knees after a few days worth of
+bring any grown Emacs to its knees after a few days worth of
 tracking heavy-traffic channels."
   ;;enable
   ((add-hook 'erc-insert-post-hook 'erc-truncate-buffer))