From ca2672917a76927c1df5ad5b8d0cf0b50fd2996c Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Sun, 16 Nov 2008 06:53:06 +0000 Subject: [PATCH] (fancy-startup-text): Give "Emacs tutorial" line the usual variable-pitch face. --- lisp/startup.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/startup.el b/lisp/startup.el index 6306fa78367..253ac887fe7 100644 --- a/lisp/startup.el +++ b/lisp/startup.el @@ -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/") -- 2.39.2