# HG changeset patch # User Juanma Barranquero # Date 1162778872 0 # Node ID 21c7a5b30ab2acf369b7d450b3e95c7374b857cb # Parent ee3d80fd6bb94917134b0bb07eab193e7ba0837a (truncate): Fix typo in docstring. diff -r ee3d80fd6bb9 -r 21c7a5b30ab2 lisp/erc/erc-truncate.el --- 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))