1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 12:21:25 -08:00

(erc-show-channel-key-p): Fix typo in docstring.

This commit is contained in:
Juanma Barranquero 2007-06-06 15:32:35 +00:00
parent c039ea1df4
commit 61eefda8bf
2 changed files with 5 additions and 1 deletions

View 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.

View 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)