* lisp/erc/erc-log.el (erc-generate-log-file-name-function): Clarify tags
Fixes: debbugs:11186
This commit is contained in:
parent
2255788d77
commit
b68f89c4e3
2 changed files with 11 additions and 4 deletions
|
@ -1,3 +1,8 @@
|
|||
2012-10-07 Deniz Dogan <deniz@dogan.se>
|
||||
|
||||
* erc-log.el (erc-generate-log-file-name-function):
|
||||
Clarify tags for various choices. (Bug#11186)
|
||||
|
||||
2012-10-07 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* erc-button.el (erc-button-alist): Remove "finger". (Bug#4443)
|
||||
|
|
|
@ -114,11 +114,13 @@ 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 "Long style" erc-generate-log-file-name-long)
|
||||
(const :tag "Long, but with network name rather than server"
|
||||
:type '(choice (const :tag "#channel!nick <at> server:port.txt"
|
||||
erc-generate-log-file-name-long)
|
||||
(const :tag "#channel!nick <at> network.txt"
|
||||
erc-generate-log-file-name-network)
|
||||
(const :tag "Short" erc-generate-log-file-name-short)
|
||||
(const :tag "With date" erc-generate-log-file-name-with-date)
|
||||
(const :tag "#channel.txt" erc-generate-log-file-name-short)
|
||||
(const :tag "#channel <at> date.txt"
|
||||
erc-generate-log-file-name-with-date)
|
||||
(function :tag "Other function")))
|
||||
|
||||
(defcustom erc-truncate-buffer-on-save nil
|
||||
|
|
Loading…
Add table
Reference in a new issue