summaryrefslogtreecommitdiff
path: root/lisp/erc/erc-log.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2012-10-07 00:54:41 -0700
committerGlenn Morris <rgm@gnu.org>2012-10-07 00:54:41 -0700
commit31bcb42062a9c80f9b7b6116a73353f37aac07f7 (patch)
treee60a4a3bc8aadcc41e6ff64e9f60b790faf88b24 /lisp/erc/erc-log.el
parent99a1e701100ef02907d2ab64a7f05024bc2983be (diff)
downloademacs-31bcb42062a9c80f9b7b6116a73353f37aac07f7.tar.gz
Un-mung previous erc-log change (error due to committer, not author)
Diffstat (limited to 'lisp/erc/erc-log.el')
-rw-r--r--lisp/erc/erc-log.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/erc/erc-log.el b/lisp/erc/erc-log.el
index aa6b332eb90..b3f3f5865a1 100644
--- a/lisp/erc/erc-log.el
+++ b/lisp/erc/erc-log.el
@@ -114,12 +114,12 @@ If you want to write logs into different directories, make a
custom function which returns the directory part and set
`erc-log-channels-directory' to its name."
:group 'erc-log
- :type '(choice (const :tag "#channel!nick <at> server:port.txt"
+ :type '(choice (const :tag "#channel!nick@server:port.txt"
erc-generate-log-file-name-long)
- (const :tag "#channel!nick <at> network.txt"
+ (const :tag "#channel!nick@network.txt"
erc-generate-log-file-name-network)
(const :tag "#channel.txt" erc-generate-log-file-name-short)
- (const :tag "#channel <at> date.txt"
+ (const :tag "#channel@date.txt"
erc-generate-log-file-name-with-date)
(function :tag "Other function")))