branch: externals/objed
commit 02f579a84b5437308a2d830c1c26bdd1ee3c8aaa
Author: Clemens Radermacher <[email protected]>
Commit: Clemens Radermacher <[email protected]>
Fix docstring of objed-auto-init
---
objed.el | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/objed.el b/objed.el
index f1ce9ec..04112e9 100644
--- a/objed.el
+++ b/objed.el
@@ -166,7 +166,11 @@
;; * User Settings and Variables
(defcustom objed-auto-init t
- "Whether to enable automatic initialization in `objed-mode'."
+ "Whether to enable automatic initialization in `objed-mode'.
+
+This value need to be set before `objed-mode' is activated
+otherwise you have to restart `objed-mode' so it can take
+effect."
:type 'boolean)