diff options
| author | Glenn Morris | 2015-02-13 13:19:20 -0500 |
|---|---|---|
| committer | Glenn Morris | 2015-02-13 13:19:20 -0500 |
| commit | 3ca2ff367aa09db7b122ee73d168f47fb8a8f819 (patch) | |
| tree | 8d2be7bfb1bd5f2c024433899060c0cd3f49f87f /lisp/erc/erc.el | |
| parent | b85523fea0b77a25b6afae8bdd6215acaf4455a1 (diff) | |
| download | emacs-3ca2ff367aa09db7b122ee73d168f47fb8a8f819.tar.gz emacs-3ca2ff367aa09db7b122ee73d168f47fb8a8f819.zip | |
* lisp/erc/erc.el (erc-rename-buffers): Doc fix. Add :version.
Diffstat (limited to 'lisp/erc/erc.el')
| -rw-r--r-- | lisp/erc/erc.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/erc/erc.el b/lisp/erc/erc.el index 7b9a3eb8620..e2366a1b58f 100644 --- a/lisp/erc/erc.el +++ b/lisp/erc/erc.el | |||
| @@ -197,7 +197,8 @@ parameters and authentication." | |||
| 197 | (set sym (if (functionp val) (funcall val) val)))) | 197 | (set sym (if (functionp val) (funcall val) val)))) |
| 198 | 198 | ||
| 199 | (defcustom erc-rename-buffers nil | 199 | (defcustom erc-rename-buffers nil |
| 200 | "When this is set to t, buffers will be renamed to network name if available" | 200 | "Non-nil means rename buffers with network name, if available." |
| 201 | :version "24.5" | ||
| 201 | :group 'erc | 202 | :group 'erc |
| 202 | :type 'boolean) | 203 | :type 'boolean) |
| 203 | 204 | ||
| @@ -1148,6 +1149,7 @@ which the local user typed." | |||
| 1148 | "Faces for ERC." | 1149 | "Faces for ERC." |
| 1149 | :group 'erc) | 1150 | :group 'erc) |
| 1150 | 1151 | ||
| 1152 | ;; FIXME faces should not end in "-face". | ||
| 1151 | (defface erc-default-face '((t)) | 1153 | (defface erc-default-face '((t)) |
| 1152 | "ERC default face." | 1154 | "ERC default face." |
| 1153 | :group 'erc-faces) | 1155 | :group 'erc-faces) |