mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
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:
parent
b71b6c3a6d
commit
dc704e3b6c
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue