diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2018-05-22 12:16:49 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2018-05-22 12:16:49 +0200 |
commit | 35d438439c979ee629804ebf54a64d574d136530 (patch) | |
tree | 7b2845793720667caa569c20a6d359753d00c39a | |
parent | bdadf8557e9bd8bda70dcf40326f43ace7d28429 (diff) |
gnu: emacs-daemons: Fix typo in description.
* gnu/packages/emacs.scm (emacs-daemons)[description]: Fix typo.
-rw-r--r-- | gnu/packages/emacs.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm index 053fe6d479..da68e00703 100644 --- a/gnu/packages/emacs.scm +++ b/gnu/packages/emacs.scm @@ -10491,6 +10491,6 @@ device tree files.") (description "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 -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.") (license license:gpl3+))) |