aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2024-01-29 14:56:40 +0200
committerEli Zaretskii2024-01-29 14:56:40 +0200
commit2f98b13ed0522ef37c7bb2ca37f24b1be2f9fde5 (patch)
tree35a3007fbea8a1191b762b5c46fc9f7d1f802051
parent77f5d4d523a406650036b7cd0d872d39a114a9ac (diff)
downloademacs-2f98b13ed0522ef37c7bb2ca37f24b1be2f9fde5.tar.gz
emacs-2f98b13ed0522ef37c7bb2ca37f24b1be2f9fde5.zip
; Fix doc strings of splash-screen data structures
* lisp/startup.el (fancy-startup-text, fancy-about-text): Doc fixes. (Bug#68788)
-rw-r--r--lisp/startup.el4
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."
1749 "\n")) 1749 "\n"))
1750 "A list of texts to show in the middle part of splash screens. 1750 "A list of texts to show in the middle part of splash screens.
1751Each element in the list should be a list of strings or pairs 1751Each element in the list should be a list of strings or pairs
1752`:face FACE', like `fancy-splash-insert' accepts them.") 1752`:KEYWORD VALUE', like what `fancy-splash-insert' accepts.")
1753 1753
1754(defconst fancy-about-text 1754(defconst fancy-about-text
1755 `((:face (variable-pitch font-lock-comment-face) 1755 `((:face (variable-pitch font-lock-comment-face)
@@ -1842,7 +1842,7 @@ Each element in the list should be a list of strings or pairs
1842 "\tDisplay the Emacs manual in Info mode")) 1842 "\tDisplay the Emacs manual in Info mode"))
1843 "A list of texts to show in the middle part of the About screen. 1843 "A list of texts to show in the middle part of the About screen.
1844Each element in the list should be a list of strings or pairs 1844Each element in the list should be a list of strings or pairs
1845`:face FACE', like `fancy-splash-insert' accepts them.") 1845`:KEYWORD VALUE', like what `fancy-splash-insert' accepts.")
1846 1846
1847 1847
1848(defgroup fancy-splash-screen () 1848(defgroup fancy-splash-screen ()