(initial-scratch-message): Fix custom type, add group.
authorRichard M. Stallman <rms@gnu.org>
Fri, 11 Jan 2002 21:35:14 +0000 (21:35 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 11 Jan 2002 21:35:14 +0000 (21:35 +0000)
lisp/startup.el

index cc2de6c..75cbc15 100644 (file)
@@ -1024,7 +1024,9 @@ or `CVS', and any subdirectory that contains a file named `.nosearch'."
 ")
   "Initial message displayed in *scratch* buffer at startup.
 If this is nil, no message will be displayed."
-  :type 'string)
+  :type '(choice (text :tag "Message")
+                (const :tag "none" nil))
+  :group 'initialization)
 
 \f
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;