branch: elpa/evil
commit 61a680042f422be715b42ceccb2418847c5f6b65
Author: Kevin Brubeck Unhammer <[email protected]>
Commit: GitHub <[email protected]>
Mention evil-move-beyond-eol in docstring of evil-move-cursor-back (#1375)
aa3ea1dcfc54fe25581841a8685679d482e99b3f unwed these, but they should
still keep in touch (so people can easily find out why behaviour
changed).
---
evil-vars.el | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/evil-vars.el b/evil-vars.el
index 3b1635e489..5bf1d17f58 100644
--- a/evil-vars.el
+++ b/evil-vars.el
@@ -241,7 +241,9 @@ current line. This applies to \\[evil-backward-char], \
"Whether the cursor is moved backwards when exiting insert state.
If non-nil, the cursor moves \"backwards\" when exiting insert state,
so that it ends up on the character to the left. Otherwise it remains
-in place, on the character to the right."
+in place, on the character to the right.
+
+See also `evil-move-beyond-eol'."
:type 'boolean
:group 'evil)