From dbadbb5badb26a006f562374127c180a27c11f70 Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Sun, 5 Dec 2021 01:53:31 +0100 Subject: [PATCH] Tweak fancy-about-text * lisp/startup.el (fancy-about-text): Mention that Emacs is an editor, because people don't know that (bug#43636). --- lisp/startup.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lisp/startup.el b/lisp/startup.el index a57ce3da05f..8ea7a5b392d 100644 --- a/lisp/startup.el +++ b/lisp/startup.el @@ -1636,9 +1636,10 @@ Each element in the list should be a list of strings or pairs `((:face (variable-pitch font-lock-comment-face) "This is " :link ("GNU Emacs" - ,(lambda (_button) (browse-url "https://www.gnu.org/software/emacs/")) + ,(lambda (_button) + (browse-url "https://www.gnu.org/software/emacs/")) "Browse https://www.gnu.org/software/emacs/") - ", one component of the " + ", a text editor and more.\nIt's a component of the " :link ,(lambda () (if (eq system-type 'gnu/linux) -- 2.39.2