From 0b6d832a8d1a7db39b1d6fbd877bb5139ded6c06 Mon Sep 17 00:00:00 2001 From: Dmitry Gutov Date: Thu, 14 Mar 2013 01:27:53 +0400 Subject: [PATCH] Fix typo, remove "modular" --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 894de1c41..6aa95dc4b 100644 --- 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 C-s, C-r and C-o. -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) -- 2.39.2