]> code.delx.au - gnu-emacs-elpa/commitdiff
Phrasing
authorDmitry Gutov <dgutov@yandex.ru>
Tue, 19 Mar 2013 00:23:25 +0000 (04:23 +0400)
committerDmitry Gutov <dgutov@yandex.ru>
Tue, 19 Mar 2013 00:24:12 +0000 (04:24 +0400)
company.el

index 5ccee5f650f45aa2ca16bfda14f71f3b2e496e99..13b0db4c037db9b2aa2cd5e16f17d67d7511f260 100644 (file)
 ;;     (candidates (list "foobar" "foobaz" "foobarbaz"))
 ;;     (meta (format "This value is named %s" arg))))
 ;;
-;; Sometimes it is a good idea to mix two back-ends together, for example to
-;; enrich gtags with dabbrev-code results (to emulate local variables):
-;; To do this, add a list with the merged back-ends as an element in
-;; company-backends.
+;; Sometimes it is a good idea to mix several back-ends together, for example to
+;; enrich gtags with dabbrev-code results (to emulate local variables).
+;; To do this, add a list with both back-ends as an element in company-backends.
 ;;
 ;; Known Issues:
 ;; When point is at the very end of the buffer, the pseudo-tooltip appears very