aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2008-11-16 06:53:06 +0000
committerChong Yidong2008-11-16 06:53:06 +0000
commitca2672917a76927c1df5ad5b8d0cf0b50fd2996c (patch)
tree7f10a81c3fc31341f30bb97d95781dc7244e86e0
parent57d221dc7e3268010402d4f1226859663a488c78 (diff)
downloademacs-ca2672917a76927c1df5ad5b8d0cf0b50fd2996c.tar.gz
emacs-ca2672917a76927c1df5ad5b8d0cf0b50fd2996c.zip
(fancy-startup-text): Give "Emacs tutorial" line the usual
variable-pitch face.
-rw-r--r--lisp/startup.el2
1 files changed, 1 insertions, 1 deletions
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."
1262 '("GNU" (lambda (button) (describe-gnu-project)) 1262 '("GNU" (lambda (button) (describe-gnu-project))
1263 "Display info on the GNU project"))) 1263 "Display info on the GNU project")))
1264 " operating system.\n\n" 1264 " operating system.\n\n"
1265 :face variable-pitch
1265 :link ("Emacs Tutorial" (lambda (button) (help-with-tutorial))) 1266 :link ("Emacs Tutorial" (lambda (button) (help-with-tutorial)))
1266 "\tLearn basic keystroke commands" 1267 "\tLearn basic keystroke commands"
1267 (lambda () 1268 (lambda ()
@@ -1281,7 +1282,6 @@ If this is nil, no message will be displayed."
1281 "" 1282 ""
1282 (concat " (" title ")")))) 1283 (concat " (" title ")"))))
1283 "\n" 1284 "\n"
1284 :face variable-pitch
1285 :link ("Emacs Guided Tour" 1285 :link ("Emacs Guided Tour"
1286 (lambda (button) (browse-url "http://www.gnu.org/software/emacs/tour/")) 1286 (lambda (button) (browse-url "http://www.gnu.org/software/emacs/tour/"))
1287 "Browse http://www.gnu.org/software/emacs/tour/") 1287 "Browse http://www.gnu.org/software/emacs/tour/")