aboutsummaryrefslogtreecommitdiff
path: root/evil-vars.el
diff options
context:
space:
mode:
Diffstat (limited to 'evil-vars.el')
-rw-r--r--evil-vars.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/evil-vars.el b/evil-vars.el
index 5ada065..04122db 100644
--- a/evil-vars.el
+++ b/evil-vars.el
@@ -1259,8 +1259,8 @@ command is non-zero."
:group 'evil)
(defcustom evil-want-abbrev-expand-on-insert-exit t
- "If non-nil abbrevs will be expanded when leaving Insert state
-like in Vim. This variable is read only on load."
+ "If non-nil abbrevs will be expanded when leaving insert state
+like in Vim, if `abbrev-mode' is on."
:type 'boolean
:group 'evil)