# HG changeset patch # User Chong Yidong # Date 1226818386 0 # Node ID 865b38b1e600e73ff2f83022205ec271ce5bd463 # Parent 323122b678311e8324035632410e471f52165339 (fancy-startup-text): Give "Emacs tutorial" line the usual variable-pitch face. diff -r 323122b67831 -r 865b38b1e600 lisp/startup.el --- a/lisp/startup.el Sun Nov 16 06:52:33 2008 +0000 +++ b/lisp/startup.el Sun Nov 16 06:53:06 2008 +0000 @@ -1262,6 +1262,7 @@ '("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 @@ "" (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/")