aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 ()