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

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

[nongnu] elpa/projectile 26be8371b4 1/2: [Docs] Tweak some wording (#179


From: ELPA Syncer
Subject: [nongnu] elpa/projectile 26be8371b4 1/2: [Docs] Tweak some wording (#1793)
Date: Sat, 27 Aug 2022 05:59:14 -0400 (EDT)

branch: elpa/projectile
commit 26be8371b44d6b37fc5ec469565aea80b41d8a8e
Author: Martin Zacho <reach@martinzacho.com>
Commit: GitHub <noreply@github.com>

    [Docs] Tweak some wording (#1793)
---
 doc/modules/ROOT/pages/configuration.adoc | 14 ++++++--------
 1 file changed, 6 insertions(+), 8 deletions(-)

diff --git a/doc/modules/ROOT/pages/configuration.adoc 
b/doc/modules/ROOT/pages/configuration.adoc
index f17daa3eef..74242dbf58 100644
--- a/doc/modules/ROOT/pages/configuration.adoc
+++ b/doc/modules/ROOT/pages/configuration.adoc
@@ -14,14 +14,12 @@ known as the `native indexing method`) and the other two 
(`hybrid` and
 `alien`) rely on external commands like `find`, `git`, etc to
 obtain the list of files in a project.
 
-The `alien` indexing method optimizes to the limit the speed of
-the `hybrid` indexing method.  This means that Projectile will not do
-any processing or sorting of the files returned by the external commands
-and you're going to get the maximum performance possible.  This behaviour
-makes a lot of sense for most people, as they'd typically be putting
-ignores in their VCS config (e.g. `.gitignore`) and won't care about
-any additional ignores/unignores/sorting that Projectile might also
-provide.
+The `alien` indexing method maximizes the speed of the `hybrid` indexing
+method.  This means that Projectile will not do any processing or sorting
+of the files returned by the external commands and you're going to get
+the maximum performance possible.  This behaviour makes a lot of sense for
+most people, as they'd typically be putting ignores in their VCS config (e.g. 
`.gitignore`) and won't care about any additional ignores/unignores/sorting
+that Projectile might also provide.
 
 NOTE: By default the `alien` method is used on all operating systems except 
Windows.
  Prior to Projectile 2.0 `hybrid` used to be the default (but to make things



reply via email to

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