Mercurial > emacs
changeset 77936:744999b354a0
(erc-show-channel-key-p): Fix typo in docstring.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Wed, 06 Jun 2007 22:08:55 +0000 |
parents | acf3084ae2af |
children | 8ea1a00db779 |
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 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)