Mercurial > emacs
changeset 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 | 84e4f0feefd5 |
children | b935bcafd05c |
files | lisp/erc/erc.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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)