branch: master commit a4e14ed869a99ca8772f32b884b79ea573bccbb8 Author: Dmitry Gutov <dgu...@yandex.ru> Commit: Dmitry Gutov <dgu...@yandex.ru>
Add some Commentary #746 --- company-capf.el | 5 ++++- company-elisp.el | 3 ++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/company-capf.el b/company-capf.el index 866fd62..06384c7 100644 --- a/company-capf.el +++ b/company-capf.el @@ -1,6 +1,6 @@ ;;; company-capf.el --- company-mode completion-at-point-functions backend -*- lexical-binding: t -*- -;; Copyright (C) 2013-2016 Free Software Foundation, Inc. +;; Copyright (C) 2013-2017 Free Software Foundation, Inc. ;; Author: Stefan Monnier <monn...@iro.umontreal.ca> @@ -22,6 +22,9 @@ ;;; Commentary: ;; +;; The CAPF back-end provides a bridge to the standard +;; completion-at-point-functions facility, and thus can support any major mode +;; that defines a proper completion function, including emacs-lisp-mode. ;;; Code: diff --git a/company-elisp.el b/company-elisp.el index 3db0d8b..db1653d 100644 --- a/company-elisp.el +++ b/company-elisp.el @@ -1,6 +1,6 @@ ;;; company-elisp.el --- company-mode completion backend for Emacs Lisp -*- lexical-binding: t -*- -;; Copyright (C) 2009, 2011-2013 Free Software Foundation, Inc. +;; Copyright (C) 2009, 2011-2013, 2017 Free Software Foundation, Inc. ;; Author: Nikolaj Schumacher @@ -22,6 +22,7 @@ ;;; Commentary: ;; +;; In newer versions of Emacs, company-capf is used instead. ;;; Code: