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

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

[elpa] 17/52: Fix typo


From: Dmitry Gutov
Subject: [elpa] 17/52: Fix typo
Date: Tue, 01 Jul 2014 11:53:13 +0000

dgutov pushed a commit to branch master
in repository elpa.

commit 5453be00b243f3f8f24fa82e7b4c4702ea8e80f6
Author: Dmitry Gutov <address@hidden>
Date:   Thu May 29 02:56:10 2014 +0300

    Fix typo
---
 company.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/company.el b/company.el
index bbe15c1..aa6eb55 100644
--- a/company.el
+++ b/company.el
@@ -2125,7 +2125,7 @@ If SHOW-VERSION is non-nil, show the version in the echo 
area."
 (defun company--replacement-string (lines old column nl &optional align-top)
   (cl-decf column company-tooltip-margin)
 
-  (when (and align-top company-tooltip-flip-when-abovex)
+  (when (and align-top company-tooltip-flip-when-above)
     (setq lines (reverse lines)))
 
   (let ((width (length (car lines)))



reply via email to

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