branch: elpa/systemd commit aa9f4f64e99d5912153eef0726e26fd4dfb4d7c3 Author: Mark Oteiza <mvote...@udel.edu> Commit: Mark Oteiza <mvote...@udel.edu>
update commentary --- systemd.el | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/systemd.el b/systemd.el index 0d7e34b..4716724 100644 --- a/systemd.el +++ b/systemd.el @@ -3,7 +3,7 @@ ;; Copyright (C) 2014-2015 Mark Oteiza <mvote...@udel.edu> ;; Author: Mark Oteiza <mvote...@udel.edu> -;; Version: 1.3 +;; Version: 1.3.1 ;; Package-Requires: ((emacs "24.4")) ;; Keywords: tools, unix @@ -24,11 +24,10 @@ ;; Major mode for editing systemd units. -;; Reflects a stripped down conf-mode, except with strict regex for -;; whitespace, and highlighting for special syntax, such as specifiers -;; and booleans. Features a facility for browsing documentation: use -;; C-c C-o to open links to documentation in a unit (cf. systemctl -;; help). +;; Similar to `conf-mode' but with added highlighting; e.g. for +;; specifiers and booleans. Employs strict regex for whitespace. +;; Features a facility for browsing documentation: use C-c C-o to open +;; links to documentation in a unit (cf. systemctl help). ;; Supports completion via `company-mode' of directives and sections ;; in either units or network configuration.