emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/systemd 0f2f936 052/131: clarify parent mode hooks


From: ELPA Syncer
Subject: [nongnu] elpa/systemd 0f2f936 052/131: clarify parent mode hooks
Date: Sun, 29 Aug 2021 11:35:13 -0400 (EDT)

branch: elpa/systemd
commit 0f2f9361e4eaf3ea5b9a7da51e1f2275ecf10482
Author: Mark Oteiza <mvoteiza@udel.edu>
Commit: Mark Oteiza <mvoteiza@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

[Prev in Thread] Current Thread [Next in Thread]