aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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@)