branch: elpa/powershell
commit 8e366fc66869988baff4fc025241b98799f60f2c
Author: Joe Schafer <[email protected]>
Commit: Joe Schafer <[email protected]>
Add normal documentation to powershell-mode.
---
powershell-mode.el | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/powershell-mode.el b/powershell-mode.el
index a3332d24787..e2ef7348bfb 100644
--- a/powershell-mode.el
+++ b/powershell-mode.el
@@ -706,7 +706,11 @@ Where <fcn-name> is the name of the function to which
<helper string> applies.
;;;###autoload
(define-derived-mode powershell-mode prog-mode "PS"
- "Major mode for editing PowerShell scripts."
+ "Major mode for editing PowerShell scripts.
+
+\\{powershell-mode-map}
+Entry to this mode calls the value of `powershell-mode-hook' if
+that value is non-nil."
(powershell-setup-font-lock)
(set (make-local-variable 'indent-line-function) 'powershell-indent-line)
(set (make-local-variable 'compile-command) powershell-compile-command)