]> git.eshelyaron.com Git - emacs.git/commitdiff
(erc-show-channel-key-p): Fix typo in docstring.
authorJuanma Barranquero <lekktu@gmail.com>
Wed, 6 Jun 2007 22:10:42 +0000 (22:10 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Wed, 6 Jun 2007 22:10:42 +0000 (22:10 +0000)
lisp/erc/ChangeLog
lisp/erc/erc.el

index 70ffa4ede48cbd1d1f1a882f7db5731b80089e7a..eec2478b162aac27f008249e15860d7915627c38 100644 (file)
@@ -1,3 +1,7 @@
+2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
+
+       * erc.el (erc-show-channel-key-p): Fix typo in docstring.
+
 2007-04-01  Michael Olson  <mwolson@gnu.org>
 
        * erc.el (erc-version-string): Release ERC 5.2.
index 37c2c2e08838ccbf60b4f68cb0cc4d6fdbaaf722..72442de9f95015dcb859e3c2de4a596d1f5d42e2 100644 (file)
@@ -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)