changeset 99606:865b38b1e600

(fancy-startup-text): Give "Emacs tutorial" line the usual variable-pitch face.
author Chong Yidong <cyd@stupidchicken.com>
date Sun, 16 Nov 2008 06:53:06 +0000
parents 323122b67831
children a0b6f2457f6b
files lisp/startup.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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/")