gnu: emacs-daemons: Fix typo in description.
* gnu/packages/emacs.scm (emacs-daemons)[description]: Fix typo.
This commit is contained in:
parent
bdadf8557e
commit
35d438439c
|
@ -10491,6 +10491,6 @@ device tree files.")
|
||||||
(description
|
(description
|
||||||
"This is an Emacs mode to give you a UI for managing init system
|
"This is an Emacs mode to give you a UI for managing init system
|
||||||
daemons (services) for those getting tired of typing out @code{sudo service
|
daemons (services) for those getting tired of typing out @code{sudo service
|
||||||
my_thing reload} all the time. Its offers a consistent UI over different init
|
my_thing reload} all the time. It offers a consistent UI over different init
|
||||||
systems.")
|
systems.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
Loading…
Reference in New Issue