mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
New defcustoms need :version tags. They don't need "*" in the doc.
This commit is contained in:
parent
56551c4327
commit
16245de59c
1 changed files with 2 additions and 1 deletions
|
|
@ -394,8 +394,9 @@ isn't displayed."
|
|||
:group 'erc-server)
|
||||
|
||||
(defcustom erc-server-timestamp-format "%Y-%m-%d %T"
|
||||
"*Timestamp format used with server response messages.
|
||||
"Timestamp format used with server response messages.
|
||||
This string is processed using `format-time-string'."
|
||||
:version "24.2"
|
||||
:type 'string
|
||||
:group 'erc-server)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue