diff options
author | Eli Zaretskii <eliz@gnu.org> | 2024-01-29 14:56:40 +0200 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2024-01-29 14:56:40 +0200 |
commit | 2f98b13ed0522ef37c7bb2ca37f24b1be2f9fde5 (patch) | |
tree | 35a3007fbea8a1191b762b5c46fc9f7d1f802051 /lisp/startup.el | |
parent | 77f5d4d523a406650036b7cd0d872d39a114a9ac (diff) | |
download | emacs-2f98b13ed0522ef37c7bb2ca37f24b1be2f9fde5.tar.gz emacs-2f98b13ed0522ef37c7bb2ca37f24b1be2f9fde5.tar.bz2 emacs-2f98b13ed0522ef37c7bb2ca37f24b1be2f9fde5.zip |
; Fix doc strings of splash-screen data structures
* lisp/startup.el (fancy-startup-text, fancy-about-text): Doc
fixes. (Bug#68788)
Diffstat (limited to 'lisp/startup.el')
-rw-r--r-- | lisp/startup.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/startup.el b/lisp/startup.el index dcc99fd3dea..eb1e027d2cb 100644 --- a/lisp/startup.el +++ b/lisp/startup.el @@ -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 () |