From: Juanma Barranquero Date: Wed, 6 Jun 2007 15:32:35 +0000 (+0000) Subject: (erc-show-channel-key-p): Fix typo in docstring. X-Git-Tag: emacs-pretest-23.0.90~12472 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=61eefda8bfd754a0fd725786f81041d413f9ed8b;p=emacs.git (erc-show-channel-key-p): Fix typo in docstring. --- diff --git a/lisp/erc/ChangeLog b/lisp/erc/ChangeLog index 70ffa4ede48..eec2478b162 100644 --- a/lisp/erc/ChangeLog +++ b/lisp/erc/ChangeLog @@ -1,3 +1,7 @@ +2007-06-06 Juanma Barranquero + + * erc.el (erc-show-channel-key-p): Fix typo in docstring. + 2007-04-01 Michael Olson * erc.el (erc-version-string): Release ERC 5.2. diff --git a/lisp/erc/erc.el b/lisp/erc/erc.el index 37c2c2e0883..72442de9f95 100644 --- a/lisp/erc/erc.el +++ b/lisp/erc/erc.el @@ -5756,7 +5756,7 @@ Otherwise, use the `erc-header-line' face." (function :tag "Call a function"))) (defcustom erc-show-channel-key-p t - "Show the the channel key in the header line." + "Show the channel key in the header line." :group 'erc-paranoia :type 'boolean)