; Fix doc strings of splash-screen data structures
authorEli Zaretskii <eliz@gnu.org>
Mon, 29 Jan 2024 12:56:40 +0000 (14:56 +0200)
committerEli Zaretskii <eliz@gnu.org>
Mon, 29 Jan 2024 12:56:40 +0000 (14:56 +0200)
* lisp/startup.el (fancy-startup-text, fancy-about-text): Doc
fixes.  (Bug#68788)

lisp/startup.el

index dcc99fd3deaf7a5e6b54464cc7405dbed36ca82c..eb1e027d2cbd72254d21b67926eaacb3864feba7 100644 (file)
@@ -1749,7 +1749,7 @@ If this is nil, no message will be displayed."
      "\n"))
   "A list of texts to show in the middle part of splash screens.
 Each element in the list should be a list of strings or pairs
-`:face FACE', like `fancy-splash-insert' accepts them.")
+`:KEYWORD VALUE', like what `fancy-splash-insert' accepts.")
 
 (defconst fancy-about-text
   `((:face (variable-pitch font-lock-comment-face)
@@ -1842,7 +1842,7 @@ Each element in the list should be a list of strings or pairs
      "\tDisplay the Emacs manual in Info mode"))
   "A list of texts to show in the middle part of the About screen.
 Each element in the list should be a list of strings or pairs
-`:face FACE', like `fancy-splash-insert' accepts them.")
+`:KEYWORD VALUE', like what `fancy-splash-insert' accepts.")
 
 
 (defgroup fancy-splash-screen ()