# HG changeset patch # User Juanma Barranquero # Date 1181167735 0 # Node ID 744999b354a05c4f705fd1fbc3a0841d3d48c704 # Parent acf3084ae2afa566df84c43cd0c17bf20c1f4dc2 (erc-show-channel-key-p): Fix typo in docstring. diff -r acf3084ae2af -r 744999b354a0 lisp/erc/erc.el --- a/lisp/erc/erc.el Wed Jun 06 22:03:06 2007 +0000 +++ b/lisp/erc/erc.el Wed Jun 06 22:08:55 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)