From: Juanma Barranquero Date: Mon, 6 Nov 2006 02:07:52 +0000 (+0000) Subject: (truncate): Fix typo in docstring. X-Git-Tag: emacs-pretest-22.0.91~307 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fcf8c7781250970d66748e88da7c44bb5fddc1ba;p=emacs.git (truncate): Fix typo in docstring. --- 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))