From: Eli Zaretskii Date: Mon, 29 Jan 2024 12:56:40 +0000 (+0200) Subject: ; Fix doc strings of splash-screen data structures X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5a525b3b6fa2682d7e98bc43b2c0e2c5b9fbde1a;p=emacs.git ; Fix doc strings of splash-screen data structures * lisp/startup.el (fancy-startup-text, fancy-about-text): Doc fixes. (Bug#68788) (cherry picked from commit 2f98b13ed0522ef37c7bb2ca37f24b1be2f9fde5) --- diff --git a/lisp/startup.el b/lisp/startup.el index 23937055f30..773765a4b97 100644 --- a/lisp/startup.el +++ b/lisp/startup.el @@ -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 ()