]> code.delx.au - gnu-emacs-elpa/commitdiff
Mention save requirement in for eclim back-end.
authorNikolaj Schumacher <git@nschum.de>
Sun, 19 Apr 2009 15:53:24 +0000 (17:53 +0200)
committerNikolaj Schumacher <git@nschum.de>
Wed, 22 Apr 2009 16:17:55 +0000 (18:17 +0200)
company-eclim.el

index 00c3922e76c83071e333ef219464772699d890c9..818567b8b412c8cbdef41f13fbd9bf1f2bc0b0be 100644 (file)
@@ -106,7 +106,10 @@ eclim can only complete correctly when the buffer has been saved."
 
 (defun company-eclim (command &optional arg &rest ignored)
   "A `company-mode' completion back-end for eclim.
-eclim provides access to Eclipse Java IDE features for other editors."
+eclim provides access to Eclipse Java IDE features for other editors.
+
+Completions only work correctly when the buffer has been saved.
+`company-eclim-auto-save' determines whether to do this automatically."
   (interactive (list 'interactive))
   (case command
     ('interactive (company-begin-backend 'company-eclim))