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

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

[elpa] master 44b19b6 19/78: Tweak some more


From: Dmitry Gutov
Subject: [elpa] master 44b19b6 19/78: Tweak some more
Date: Sun, 18 Feb 2018 07:40:14 -0500 (EST)

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

    Tweak some more
---
 company-tng.el | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/company-tng.el b/company-tng.el
index 3310141..b43a196 100644
--- a/company-tng.el
+++ b/company-tng.el
@@ -34,7 +34,7 @@
 ;; previous candidate, of course.
 ;;
 ;; The benefits are that you only have to use one shortcut key and there is no
-;; need to confirm an entry.
+;; need to confirm the entry.
 ;;
 ;; Usage:
 ;;
@@ -44,7 +44,8 @@
 ;; You can also configure company-tng manually:
 ;;
 ;; Add `company-tng-frontend' to `company-frontends':
-;; (add-to-list 'company-frontends 'company-tng-frontend)
+;;
+;;   (add-to-list 'company-frontends 'company-tng-frontend)
 ;;
 ;; We recommend to bind TAB to `company-select-next', S-TAB to
 ;; `company-select-previous', and unbind RET and other now-unnecessary



reply via email to

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