]> code.delx.au - gnu-emacs-elpa/commitdiff
Fix typo, remove "modular"
authorDmitry Gutov <dgutov@yandex.ru>
Wed, 13 Mar 2013 21:27:53 +0000 (01:27 +0400)
committerDmitry Gutov <dgutov@yandex.ru>
Wed, 13 Mar 2013 21:27:53 +0000 (01:27 +0400)
README.md

index 894de1c412ce47862b4d98fc34b9c75bad731bd9..6aa95dc4b7addb54008d08eb85c58856385b8b54 100644 (file)
--- a/README.md
+++ b/README.md
@@ -5,8 +5,9 @@ About
 ----
 
 Company is an Emacs extension for performing text completion.
-Completion candidates are retrieved from a variety of modular
-back-ends, such as `abbrev`, `Semantic`, `Eclim`, `etags`, etc.
+
+Completion candidates are retrieved from a variety of back-ends, such as
+`abbrev`, `Semantic`, `Eclim`, `etags`, etc.
 
 Screenshots
 ----
@@ -30,7 +31,7 @@ Completion will start automatically after you type a few letters. Use
 complete. Search through the completions with <kbd>C-s</kbd>, <kbd>C-r</kbd> and
 <kbd>C-o</kbd>.
 
-To use `company-mode` is all buffers, add the following to your init file:
+To use `company-mode` in all buffers, add the following to your init file:
 
     (global-company-mode)