From: Lars Ingebrigtsen Date: Sun, 5 Dec 2021 00:53:31 +0000 (+0100) Subject: Tweak fancy-about-text X-Git-Tag: emacs-29.0.90~3617^2~15 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=dbadbb5badb26a006f562374127c180a27c11f70;p=emacs.git Tweak fancy-about-text * lisp/startup.el (fancy-about-text): Mention that Emacs is an editor, because people don't know that (bug#43636). --- 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)