]> code.delx.au - gnu-emacs-elpa/commitdiff
company-capf: Change `require-match' comment
authorDmitry Gutov <dgutov@yandex.ru>
Thu, 9 May 2013 19:16:55 +0000 (23:16 +0400)
committerDmitry Gutov <dgutov@yandex.ru>
Thu, 9 May 2013 19:16:55 +0000 (23:16 +0400)
company-capf.el

index 455e9923f391d1b78f1c03a430c8898a79d0fd27..e614cb040a6b70ff7ec5904a4f38457dc542c3da 100644 (file)
@@ -66,7 +66,7 @@ Requires Emacs 24.1 or newer."
     (meta nil)           ;FIXME: Return one-line docstring for `arg'.
     (doc-buffer nil)     ;FIXME: Return help buffer for `arg'.
     (location nil)       ;FIXME: Return (BUF . POS) or (FILE . LINENB) of `arg'.
-    (require-match nil)  ;This should be a property of the front-end!
+    (require-match nil)  ;Front-ends should also have a say in this.
     (init nil)       ;Don't bother: plenty of other ways to initialize the code.
     (post-completion
      (let* ((res (company--capf-data))