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

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

[elpa] master 0f3f249 4/6: Fix docstring typo


From: Justin Burkett
Subject: [elpa] master 0f3f249 4/6: Fix docstring typo
Date: Thu, 18 May 2017 22:47:59 -0400 (EDT)

branch: master
commit 0f3f249a71beaa7603a3e114dfb621d79f03539a
Author: Justin Burkett <address@hidden>
Commit: Justin Burkett <address@hidden>

    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

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