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

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

[elpa] master 02d0e74 074/173: Modernize the Commentary a bit


From: Dmitry Gutov
Subject: [elpa] master 02d0e74 074/173: Modernize the Commentary a bit
Date: Thu, 23 Jun 2016 00:28:39 +0000 (UTC)

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

    Modernize the Commentary a bit
    
    * Don't encourage manual installation.
    
    * Call it consistently a "framework".
    
    * Promote global-company-mode.
    
    * Add more quotes.
---
 company.el |   18 +++++++-----------
 1 file changed, 7 insertions(+), 11 deletions(-)

diff --git a/company.el b/company.el
index 0994d6f..a90c0c6 100644
--- a/company.el
+++ b/company.el
@@ -26,19 +26,15 @@
 
 ;;; Commentary:
 ;;
-;; Company is a modular completion mechanism.  Modules for retrieving 
completion
+;; Company is a modular completion framework.  Modules for retrieving 
completion
 ;; candidates are called backends, modules for displaying them are frontends.
 ;;
-;; Company comes with many backends, e.g. `company-elisp'.  These are
+;; Company comes with many backends, e.g. `company-etags'.  These are
 ;; distributed in separate files and can be used individually.
 ;;
-;; Place company.el and the backends you want to use in a directory and add the
-;; following to your .emacs:
-;; (add-to-list 'load-path "/path/to/company")
-;; (autoload 'company-mode "company" nil t)
-;;
-;; Enable company-mode with M-x company-mode.  For further information look at
-;; the documentation for `company-mode' (C-h f company-mode RET)
+;; Enable `company-mode' in all buffers with M-x global-company-mode.  For
+;; further information look at the documentation for `company-mode' (C-h f
+;; company-mode RET).
 ;;
 ;; If you want to start a specific backend, call it interactively or use
 ;; `company-begin-backend'.  For example:
@@ -55,8 +51,8 @@
 ;;     (`meta (format "This value is named %s" arg))))
 ;;
 ;; Sometimes it is a good idea to mix several backends together, for example to
-;; enrich gtags with dabbrev-code results (to emulate local variables).
-;; To do this, add a list with both backends as an element in company-backends.
+;; enrich gtags with dabbrev-code results (to emulate local variables).  To do
+;; this, add a list with both backends as an element in `company-backends'.
 ;;
 ;;; Change Log:
 ;;



reply via email to

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