changeset 73726:21c7a5b30ab2

(truncate): Fix typo in docstring.
author Juanma Barranquero <lekktu@gmail.com>
date Mon, 06 Nov 2006 02:07:52 +0000
parents ee3d80fd6bb9
children 9105f834eb17
files lisp/erc/erc-truncate.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/erc/erc-truncate.el	Mon Nov 06 02:07:11 2006 +0000
+++ b/lisp/erc/erc-truncate.el	Mon Nov 06 02:07:52 2006 +0000
@@ -48,7 +48,7 @@
 (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))