aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/startup.el2
1 files changed, 1 insertions, 1 deletions
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
1371 :link ("Emacs Guided Tour" 1371 :link ("Emacs Guided Tour"
1372 (lambda (button) (browse-url "http://www.gnu.org/software/emacs/tour/")) 1372 (lambda (button) (browse-url "http://www.gnu.org/software/emacs/tour/"))
1373 "Browse http://www.gnu.org/software/emacs/tour/") 1373 "Browse http://www.gnu.org/software/emacs/tour/")
1374 "\tSee an overview of the many facilities of GNU Emacs" 1374 "\tSee an overview of Emacs features at gnu.org"
1375 )) 1375 ))
1376 "A list of texts to show in the middle part of the About screen. 1376 "A list of texts to show in the middle part of the About screen.
1377Each element in the list should be a list of strings or pairs 1377Each element in the list should be a list of strings or pairs