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

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

[elpa] 07/21: company-sort-by-occurrence: update the docstring


From: Dmitry Gutov
Subject: [elpa] 07/21: company-sort-by-occurrence: update the docstring
Date: Mon, 03 Feb 2014 17:36:16 +0000

dgutov pushed a commit to branch master
in repository elpa.

commit 72f8605be2993fe5115d67dbeadfbd605cd25ac8
Author: Dmitry Gutov <address@hidden>
Date:   Fri Jan 31 05:14:03 2014 +0200

    company-sort-by-occurrence: update the docstring
---
 company.el |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/company.el b/company.el
index 307929e..224ef3d 100644
--- a/company.el
+++ b/company.el
@@ -927,7 +927,8 @@ can retrieve meta-data for them."
   "Sort CANDIDATES according to their occurrences.
 Searches for each in the currently visible part of the current buffer and
 gives priority to the closest ones above point, then closest ones below
-point. The rest of the list is appended unchanged."
+point. The rest of the list is appended unchanged.
+Keywords and function definition names are ignored."
   (let* (occurs
          (noccurs
           (delete-if



reply via email to

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