summaryrefslogtreecommitdiff
path: root/lisp/erc/erc-truncate.el
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2006-11-06 02:07:52 +0000
committerJuanma Barranquero <lekktu@gmail.com>2006-11-06 02:07:52 +0000
commitfcf8c7781250970d66748e88da7c44bb5fddc1ba (patch)
tree91c63273cb42c6952d9ab6a21a52cfcdf51421fe /lisp/erc/erc-truncate.el
parent77da3ae063c5e87eea1a7495f2ef0dc55634d2a4 (diff)
downloademacs-fcf8c7781250970d66748e88da7c44bb5fddc1ba.tar.gz
(truncate): Fix typo in docstring.
Diffstat (limited to 'lisp/erc/erc-truncate.el')
-rw-r--r--lisp/erc/erc-truncate.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/erc/erc-truncate.el b/lisp/erc/erc-truncate.el
index 7a1feaaedd2..76475ab8ee5 100644
--- a/lisp/erc/erc-truncate.el
+++ b/lisp/erc/erc-truncate.el
@@ -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))