diff lisp/erc/erc.el @ 81174:7dbcd4fdd3e1

(erc-show-channel-key-p): Fix typo in docstring.
author Juanma Barranquero <lekktu@gmail.com>
date Wed, 06 Jun 2007 15:31:11 +0000
parents 2fae574a2382
children 6785be4e7e92
line wrap: on
line diff
--- a/lisp/erc/erc.el	Wed Jun 06 15:30:19 2007 +0000
+++ b/lisp/erc/erc.el	Wed Jun 06 15:31:11 2007 +0000
@@ -5756,7 +5756,7 @@
 		 (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)