branch: master
commit 0f3f249a71beaa7603a3e114dfb621d79f03539a
Author: Justin Burkett <jus...@burkett.cc>
Commit: Justin Burkett <jus...@burkett.cc>

    Fix docstring typo
    
    * vdiff.el (vdiff-2way-layout-function): Fix docstring typo
---
 vdiff.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vdiff.el b/vdiff.el
index 90edca5..c17023a 100644
--- a/vdiff.el
+++ b/vdiff.el
@@ -1650,7 +1650,7 @@ arguments."
                  rotate on-quit))
 
 (defcustom vdiff-2way-layout-function 'vdiff-2way-layout-function-default
-  "Function to layout windows in 3way diffs.
+  "Function to layout windows in 2way diffs.
 
 Should take the arguments (BUFFER-A BUFFER-B &optional ROTATE),
 where rotate switches from vertical to rotate (or vice

Reply via email to