mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2026-09-10 07:46:51 -04:00
; Tweak splash screen some more. Fix some punctuation.
This commit is contained in:
parent
1f9b6223e1
commit
d9611a7686
|
|
@ -3258,4 +3258,4 @@ You can use the command @code{copy-theme-options} (@pxref{Custom
|
|||
Themes}) to do this.
|
||||
|
||||
(If you got here by clicking a link on the startup screen, type
|
||||
@kbd{q} to go back).
|
||||
@kbd{q} to go back.)
|
||||
|
|
|
|||
|
|
@ -2164,9 +2164,10 @@ a face or button specification."
|
|||
:face 'default "Control-g"
|
||||
:face 'variable-pitch ".\n")
|
||||
|
||||
(fancy-splash-insert :face '(variable-pitch bold) "New to Emacs?")
|
||||
(fancy-splash-insert
|
||||
:face 'variable-pitch
|
||||
"New to Emacs? Consider enabling "
|
||||
" Consider enabling "
|
||||
:link `("newcomer presets"
|
||||
,(lambda (_button) (info "(emacs) Newcomers Theme")))
|
||||
" by clicking this checkbox: ")
|
||||
|
|
|
|||
Loading…
Reference in a new issue