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

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

[elpa] 23/52: Small fixes


From: Dmitry Gutov
Subject: [elpa] 23/52: Small fixes
Date: Tue, 01 Jul 2014 11:53:17 +0000

dgutov pushed a commit to branch master
in repository elpa.

commit bbfea2db5978332252ee4f6cc47aa0a33c0ee7be
Author: Bozhidar Batsov <address@hidden>
Date:   Wed Jun 4 16:00:04 2014 +0300

    Small fixes
    
    * Add missing dot
    * Mention when company-tooltip-flip-when-above was introduced
    * Update version
---
 company.el |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/company.el b/company.el
index aa6eb55..ebc2568 100644
--- a/company.el
+++ b/company.el
@@ -5,7 +5,7 @@
 ;; Author: Nikolaj Schumacher
 ;; Maintainer: Dmitry Gutov <address@hidden>
 ;; URL: http://company-mode.github.io/
-;; Version: 0.8.0
+;; Version: 0.8.1-cvs
 ;; Keywords: abbrev, convenience, matching
 ;; Package-Requires: ((emacs "24.1") (cl-lib "0.5"))
 
@@ -236,7 +236,7 @@ The visualized data is stored in `company-prefix', 
`company-candidates',
                          (function :tag "custom function" nil))))
 
 (defcustom company-tooltip-limit 10
-  "The maximum number of candidates in the tooltip"
+  "The maximum number of candidates in the tooltip."
   :type 'integer)
 
 (defcustom company-tooltip-minimum 6
@@ -266,7 +266,8 @@ This doesn't include the margins and the scroll bar."
 
 (defcustom company-tooltip-flip-when-above nil
   "Whether to flip the tooltip when it's above the current line."
-  :type 'boolean)
+  :type 'boolean
+  :package-version '(company . "0.8.1"))
 
 (defvar company-safe-backends
   '((company-abbrev . "Abbrev")



reply via email to

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