aboutsummaryrefslogtreecommitdiff
path: root/doc/modules
diff options
context:
space:
mode:
Diffstat (limited to 'doc/modules')
-rw-r--r--doc/modules/ROOT/pages/usage.adoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/modules/ROOT/pages/usage.adoc b/doc/modules/ROOT/pages/usage.adoc
index a383b39..7e63ca9 100644
--- a/doc/modules/ROOT/pages/usage.adoc
+++ b/doc/modules/ROOT/pages/usage.adoc
@@ -391,10 +391,10 @@ Starting with version 2.7 Projectile bundles some integration with
project lookup function (`projectile-project-root`) and project file
lookup function (`projectile-project-files`).
-TIP: You can read more about the integration https://github.com/bbatsov/projectile/issues/1591[here].
+TIP: You can read more about the implementation details of the integration https://github.com/bbatsov/projectile/issues/1591[here].
That's useful as some packages (e.g. `eglot`) support natively only
-`project.el`'s API for project discovery. Fortunately, `project.el`
+``project.el``'s API for project discovery. Fortunately, `project.el`
makes it easy to install additional project lookup functions and that's
exactly what Projectile does.