diff options
| author | Juanma Barranquero | 2007-06-06 15:32:35 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2007-06-06 15:32:35 +0000 |
| commit | 61eefda8bfd754a0fd725786f81041d413f9ed8b (patch) | |
| tree | 0e4b25022fe8d940322ab857ad8371ce910300ec /lisp | |
| parent | c039ea1df401b97ec9233613ce1cacefd1065ce5 (diff) | |
| download | emacs-61eefda8bfd754a0fd725786f81041d413f9ed8b.tar.gz emacs-61eefda8bfd754a0fd725786f81041d413f9ed8b.zip | |
(erc-show-channel-key-p): Fix typo in docstring.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/erc/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/erc/erc.el | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/erc/ChangeLog b/lisp/erc/ChangeLog index 70ffa4ede48..eec2478b162 100644 --- a/lisp/erc/ChangeLog +++ b/lisp/erc/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2007-06-06 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * erc.el (erc-show-channel-key-p): Fix typo in docstring. | ||
| 4 | |||
| 1 | 2007-04-01 Michael Olson <mwolson@gnu.org> | 5 | 2007-04-01 Michael Olson <mwolson@gnu.org> |
| 2 | 6 | ||
| 3 | * erc.el (erc-version-string): Release ERC 5.2. | 7 | * erc.el (erc-version-string): Release ERC 5.2. |
diff --git a/lisp/erc/erc.el b/lisp/erc/erc.el index 37c2c2e0883..72442de9f95 100644 --- a/lisp/erc/erc.el +++ b/lisp/erc/erc.el | |||
| @@ -5756,7 +5756,7 @@ Otherwise, use the `erc-header-line' face." | |||
| 5756 | (function :tag "Call a function"))) | 5756 | (function :tag "Call a function"))) |
| 5757 | 5757 | ||
| 5758 | (defcustom erc-show-channel-key-p t | 5758 | (defcustom erc-show-channel-key-p t |
| 5759 | "Show the the channel key in the header line." | 5759 | "Show the channel key in the header line." |
| 5760 | :group 'erc-paranoia | 5760 | :group 'erc-paranoia |
| 5761 | :type 'boolean) | 5761 | :type 'boolean) |
| 5762 | 5762 | ||