]> git.eshelyaron.com Git - emacs.git/commitdiff
(fancy-startup-text): Give "Emacs tutorial" line the usual
authorChong Yidong <cyd@stupidchicken.com>
Sun, 16 Nov 2008 06:53:06 +0000 (06:53 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Sun, 16 Nov 2008 06:53:06 +0000 (06:53 +0000)
variable-pitch face.

lisp/startup.el

index 6306fa783677172001dd17b7385c1f60c2cfbc12..253ac887fe7a22aedae280ca56863fa209571b87 100644 (file)
@@ -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/")