emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/evil 61a680042f: Mention evil-move-beyond-eol in docstring


From: ELPA Syncer
Subject: [nongnu] elpa/evil 61a680042f: Mention evil-move-beyond-eol in docstring of evil-move-cursor-back (#1375)
Date: Sat, 7 May 2022 05:58:08 -0400 (EDT)

branch: elpa/evil
commit 61a680042f422be715b42ceccb2418847c5f6b65
Author: Kevin Brubeck Unhammer <unhammer@fsfe.org>
Commit: GitHub <noreply@github.com>

    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)
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]