clarify parent mode hooks
This commit is contained in:
10
systemd.el
10
systemd.el
@@ -192,10 +192,12 @@ file, defaulting to the link under point, if any."
|
|||||||
|
|
||||||
;;;###autoload
|
;;;###autoload
|
||||||
(define-derived-mode systemd-mode conf-mode "Systemd"
|
(define-derived-mode systemd-mode conf-mode "Systemd"
|
||||||
"Major mode for editing systemd unit files. See
|
"Major mode for editing systemd unit files.
|
||||||
http://www.freedesktop.org/wiki/Software/systemd/ for more
|
See http://www.freedesktop.org/wiki/Software/systemd/ for more
|
||||||
information about systemd. The hook `systemd-mode-hook' is run
|
information about systemd.
|
||||||
at mode initialization.
|
|
||||||
|
In addition to any hooks its parent mode might have run, this
|
||||||
|
mode runs the hook `systemd-mode-hook' at mode initialization.
|
||||||
|
|
||||||
Key bindings:
|
Key bindings:
|
||||||
\\{systemd-mode-map}"
|
\\{systemd-mode-map}"
|
||||||
|
|||||||
Reference in New Issue
Block a user