branch: elpa/systemd
commit 0f2f9361e4eaf3ea5b9a7da51e1f2275ecf10482
Author: Mark Oteiza <mvote...@udel.edu>
Commit: Mark Oteiza <mvote...@udel.edu>

    clarify parent mode hooks
---
 systemd.el | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/systemd.el b/systemd.el
index 7cf6327..0d7e34b 100644
--- a/systemd.el
+++ b/systemd.el
@@ -192,10 +192,12 @@ file, defaulting to the link under point, if any."
 
 ;;;###autoload
 (define-derived-mode systemd-mode conf-mode "Systemd"
-  "Major mode for editing systemd unit files. See
-http://www.freedesktop.org/wiki/Software/systemd/ for more
-information about systemd.  The hook `systemd-mode-hook' is run
-at mode initialization.
+  "Major mode for editing systemd unit files.
+See http://www.freedesktop.org/wiki/Software/systemd/ for more
+information about systemd.
+
+In addition to any hooks its parent mode might have run, this
+mode runs the hook `systemd-mode-hook' at mode initialization.
 
 Key bindings:
 \\{systemd-mode-map}"

Reply via email to