]> git.eshelyaron.com Git - emacs.git/commitdiff
Tweak fancy-about-text
authorLars Ingebrigtsen <larsi@gnus.org>
Sun, 5 Dec 2021 00:53:31 +0000 (01:53 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Sun, 5 Dec 2021 00:53:31 +0000 (01:53 +0100)
* lisp/startup.el (fancy-about-text): Mention that Emacs is an
editor, because people don't know that (bug#43636).

lisp/startup.el

index a57ce3da05f27a9c3a8c21cadcfe4b27c2577dc3..8ea7a5b392d1bd46b0017a537ccb37f554a78706 100644 (file)
@@ -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)