emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master a4e14ed 40/78: Add some Commentary


From: Dmitry Gutov
Subject: [elpa] master a4e14ed 40/78: Add some Commentary
Date: Sun, 18 Feb 2018 07:40:20 -0500 (EST)

branch: master
commit a4e14ed869a99ca8772f32b884b79ea573bccbb8
Author: Dmitry Gutov <address@hidden>
Commit: Dmitry Gutov <address@hidden>

    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 <address@hidden>
 
@@ -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:
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]