branch: scratch/add-vdiff
commit 968047f100d3c23163c45e2ff385c36562e7377e
Author: justbur <[email protected]>
Commit: justbur <[email protected]>

    Change wording in a docstring
---
 vdiff.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/vdiff.el b/vdiff.el
index 828304d..f3e320a 100644
--- a/vdiff.el
+++ b/vdiff.el
@@ -136,9 +136,9 @@ 
https://www.gnu.org/software/emacs/manual/html_node/elisp/Syntax-Class-Table.htm
                                      evil-previous-line
                                      beginning-of-buffer
                                      end-of-buffer)
-  "Commands that should be executed in other vdiff buffer to keep
-lines in sync. There is no need to include commands that scroll
-the buffer here, because those are handled differently.")
+  "Commands that trigger sync in other buffer. There should not
+be a need to include commands that scroll the buffer here,
+because those are handled differently.")
 
 (defvar vdiff--buffers nil)
 (defvar vdiff--temp-files nil)

Reply via email to