From 6a3e0319bfc8d3a2477d1e48936db1cceb027ac3 Mon Sep 17 00:00:00 2001
From: Juri Linkov <juri@jurta.org>
Date: Sun, 29 Nov 2009 23:54:41 +0000
Subject: [PATCH] (fancy-about-text): Fix wording of Guided Tour.  (Bug#4960)

---
 lisp/startup.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/startup.el b/lisp/startup.el
index 1efab6218c0..da0264dba20 100644
--- a/lisp/startup.el
+++ b/lisp/startup.el
@@ -1371,7 +1371,7 @@ Each element in the list should be a list of strings or pairs
      :link ("Emacs Guided Tour"
 	    (lambda (button) (browse-url "http://www.gnu.org/software/emacs/tour/"))
 	    "Browse http://www.gnu.org/software/emacs/tour/")
-     "\tSee an overview of the many facilities of GNU Emacs"
+     "\tSee an overview of Emacs features at gnu.org"
      ))
   "A list of texts to show in the middle part of the About screen.
 Each element in the list should be a list of strings or pairs
-- 
2.39.5