diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2024-08-20 13:04:34 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2024-08-20 13:06:10 +0200 |
commit | dc704e3b6c36672cec6810d26c795d7464821cea (patch) | |
tree | 0c6e519e7af481fedc3c2fe6ac30c05b89460c53 /gnu/packages/emacs-xyz.scm | |
parent | b71b6c3a6defecde6154ac52abdaa392c40e160a (diff) | |
download | guix-dc704e3b6c36672cec6810d26c795d7464821cea.tar guix-dc704e3b6c36672cec6810d26c795d7464821cea.tar.gz |
gnu: emacs-systemd-mode: Slightly improve synopsis and description.
* gnu/packages/emacs-xyz.scm (emacs-systemd-mode)[synopsis]: Use proper
capitalization.
[description]: Use proper capitalization and complete sentences.
Change-Id: I6522c394b87075c361e0195519e4e36c531cdaa1
Diffstat (limited to 'gnu/packages/emacs-xyz.scm')
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 398ae7cc7e..4ea96401fc 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -35131,10 +35131,10 @@ count matches, etc.") "-l" "test/systemd-tests.el" "-f" "ert-run-tests-batch-and-exit"))) (home-page "https://github.com/holomorph/systemd-mode") - (synopsis - "Major mode for editing systemd units") + (synopsis "Major mode for editing Systemd units") (description - "Major mode for editing systemd units in GNU Emacs.") + "This package provides a major mode for editing Systemd unit files in GNU +Emacs.") (license license:gpl3+))) (define-public emacs-ssh-config-mode |