summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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")))