1
Fork 0
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:
Glenn Morris 2012-05-13 17:27:21 -07:00
parent 56551c4327
commit 16245de59c

View file

@ -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)