]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix doc strings of splash-screen data structures
authorEli Zaretskii <eliz@gnu.org>
Mon, 29 Jan 2024 12:56:40 +0000 (14:56 +0200)
committerEshel Yaron <me@eshelyaron.com>
Sun, 4 Feb 2024 10:59:28 +0000 (11:59 +0100)
* lisp/startup.el (fancy-startup-text, fancy-about-text): Doc
fixes.  (Bug#68788)

(cherry picked from commit 2f98b13ed0522ef37c7bb2ca37f24b1be2f9fde5)

lisp/startup.el

index 23937055f30dec7ef3ec25ebd2375634f0b1a721..773765a4b974c96c01ac4ec38c48746a83bae6c3 100644 (file)
@@ -1758,7 +1758,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)
@@ -1851,7 +1851,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 ()