(fancy-startup-text): Give "Emacs tutorial" line the usual
variable-pitch face.
This commit is contained in:
parent
57d221dc7e
commit
ca2672917a
1 changed files with 1 additions and 1 deletions
|
@ -1262,6 +1262,7 @@ If this is nil, no message will be displayed."
|
|||
'("GNU" (lambda (button) (describe-gnu-project))
|
||||
"Display info on the GNU project")))
|
||||
" operating system.\n\n"
|
||||
:face variable-pitch
|
||||
:link ("Emacs Tutorial" (lambda (button) (help-with-tutorial)))
|
||||
"\tLearn basic keystroke commands"
|
||||
(lambda ()
|
||||
|
@ -1281,7 +1282,6 @@ If this is nil, no message will be displayed."
|
|||
""
|
||||
(concat " (" title ")"))))
|
||||
"\n"
|
||||
:face variable-pitch
|
||||
:link ("Emacs Guided Tour"
|
||||
(lambda (button) (browse-url "http://www.gnu.org/software/emacs/tour/"))
|
||||
"Browse http://www.gnu.org/software/emacs/tour/")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue