X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/06d8ace51597cd41e110560a56a1abeb6cce23d6..ff5f37e56a1df53dbc15c8590d904ac37a82a335:/lisp/erc/erc-replace.el diff --git a/lisp/erc/erc-replace.el b/lisp/erc/erc-replace.el index a75099775e..db9ac9dfc5 100644 --- a/lisp/erc/erc-replace.el +++ b/lisp/erc/erc-replace.el @@ -1,10 +1,10 @@ ;; erc-replace.el -- wash and massage messages inserted into the buffer -;; Copyright (C) 2001, 2002, 2004, 2006, 2007, -;; 2008, 2009, 2010, 2011 Free Software Foundation, Inc. +;; Copyright (C) 2001-2002, 2004, 2006-2015 Free Software Foundation, +;; Inc. ;; Author: Andreas Fuchs -;; Maintainer: Mario Lang (mlang@delysid.org) +;; Maintainer: emacs-devel@gnu.org ;; Keywords: IRC, client, Internet ;; This file is part of GNU Emacs. @@ -26,7 +26,7 @@ ;; This module allows you to systematically replace text in incoming ;; messages. Load erc-replace, and customize `erc-replace-alist'. -;; Then add to your ~/.emacs: +;; Then add to your init file: ;; (require 'erc-replace) ;; (erc-replace-mode 1)