aboutsummaryrefslogtreecommitdiff
path: root/emacs
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-03-12 09:33:54 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-03-13 12:51:59 -0700
commit4af924ecc6251b3fb919fcc8bf2e7185072a929c (patch)
tree2c36d33fcf602ca059657fac6e1628215e07e4f9 /emacs
parent942000162e588697cab73f339a87bf6b598f221b (diff)
downloadconsfigurator-4af924ecc6251b3fb919fcc8bf2e7185072a929c.tar.gz
expand docstring for activate-consfigurator-indentation-hints
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'emacs')
-rw-r--r--emacs/consfigurator.el.in7
1 files changed, 6 insertions, 1 deletions
diff --git a/emacs/consfigurator.el.in b/emacs/consfigurator.el.in
index 3add802..cb01f94 100644
--- a/emacs/consfigurator.el.in
+++ b/emacs/consfigurator.el.in
@@ -22,7 +22,12 @@
;;;###autoload
(defun activate-consfigurator-indentation-hints ()
- "Activate indentation hints for Consfigurator properties."
+ "Activate indentation hints for Consfigurator properties.
+
+Note that these hints assume you're using the recommended consfig
+defpackage, where the :consfigurator package is used unqualified,
+and packages providing properties have local nicknames
+corresponding to the final dot-delimited component of their names."
(interactive)
@putforms@)