]> code.delx.au - gnu-emacs-elpa/commitdiff
Removed full doc from company-search-mode.
authorNikolaj Schumacher <git@nschum.de>
Sun, 22 Mar 2009 07:24:04 +0000 (08:24 +0100)
committerNikolaj Schumacher <git@nschum.de>
Sun, 22 Mar 2009 08:20:16 +0000 (09:20 +0100)
company.el

index 2a96b39d818cd6c8c3da0522326ac3d353ab4f6e..11e208023997f6b51274e1501bbed781ef2d35da 100644 (file)
@@ -727,17 +727,9 @@ keymap during active completions:
   "Keymap used for incrementally searching the completion candidates.")
 
 (define-minor-mode company-search-mode
-  "Start searching the completion candidates incrementally.
-
-\\<company-search-map>Search can be controlled with the commands:
-- `company-search-repeat-forward' (\\[company-search-repeat-forward])
-- `company-search-repeat-backward' (\\[company-search-repeat-backward])
-- `company-search-abort' (\\[company-search-abort])
-
-Regular characters are appended to the search string.
-
-The command `company-search-kill-others' (\\[company-search-kill-others]) uses
- the search string to limit the completion candidates."
+  "Search mode for completion candidates.
+Don't start this directly, use `company-search-candidates' or
+`company-filter-candidates'."
   nil company-search-lighter nil
   (if company-search-mode
       (if (company-manual-begin)