New defcustoms need :version tags. They don't need "*" in the doc.
authorGlenn Morris <rgm@gnu.org>
Mon, 14 May 2012 00:27:21 +0000 (17:27 -0700)
committerGlenn Morris <rgm@gnu.org>
Mon, 14 May 2012 00:27:21 +0000 (17:27 -0700)
lisp/erc/erc-backend.el

index 84f3ce9..cce24e6 100644 (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)