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
This commit is contained in:
Nicolas Goaziou 2024-08-20 13:04:34 +02:00
parent b71b6c3a6d
commit dc704e3b6c
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -35131,10 +35131,10 @@ (define-public emacs-systemd-mode
"-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