aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2020-11-27 11:58:26 +0200
committerBozhidar Batsov <bozhidar@batsov.com>2020-11-27 11:58:26 +0200
commitc7b7c630c7f18e9b8ea259a159f11067238d165d (patch)
tree38e7c34faf510cfdc1727f515cb646c981021235 /doc
parentc3e5074d29fbd6e34ba4c9ce761101e39f7f841d (diff)
Fix some markup
Diffstat (limited to 'doc')
-rw-r--r--doc/modules/ROOT/pages/configuration.adoc2
-rw-r--r--doc/modules/ROOT/pages/projects.adoc2
-rw-r--r--doc/modules/ROOT/pages/usage.adoc2
3 files changed, 3 insertions, 3 deletions
diff --git a/doc/modules/ROOT/pages/configuration.adoc b/doc/modules/ROOT/pages/configuration.adoc
index 1a06a5d..f7c5d99 100644
--- a/doc/modules/ROOT/pages/configuration.adoc
+++ b/doc/modules/ROOT/pages/configuration.adoc
@@ -359,7 +359,7 @@ The `ido` completion system is extremely popular and it is built into Emacs.
TIP: As already noted above if you're going to use the `ido` completion it's
**extremely highly** recommended that you install the optional
https://github.com/lewang/flx[flx-ido package], which provides a much
- more powerful alternative to `ido`'s built-in `flex` matching.
+ more powerful alternative to ``ido``'s built-in `flex` matching.
=== Ivy (recommended)
diff --git a/doc/modules/ROOT/pages/projects.adoc b/doc/modules/ROOT/pages/projects.adoc
index 5fb2e39..2ba3fa3 100644
--- a/doc/modules/ROOT/pages/projects.adoc
+++ b/doc/modules/ROOT/pages/projects.adoc
@@ -183,7 +183,7 @@ Let's see a couple of more complex examples.
:test-suffix "_spec")
----
-All those projects are using `Gemfile` (`bundler`'s project file), but they have different directory structures.
+All those projects are using `Gemfile` (``bundler``'s project file), but they have different directory structures.
Bellow is a listing of all the available options for `projectile-register-project-type`:
diff --git a/doc/modules/ROOT/pages/usage.adoc b/doc/modules/ROOT/pages/usage.adoc
index 88dfeb7..8a35827 100644
--- a/doc/modules/ROOT/pages/usage.adoc
+++ b/doc/modules/ROOT/pages/usage.adoc
@@ -24,7 +24,7 @@ discovery using `M-x projectile-discover-projects-in-search-path`.
TIP: If you're going to use the default `ido` completion it's **extremely
highly** recommended that you install the optional
https://github.com/lewang/flx[flx-ido package], which provides a much more powerful
-alternative to `ido`'s built-in `flex` matching.
+alternative to ``ido``'s built-in `flex` matching.
Check out the xref:configuration.adoc["Configuration"] section of the manual
for a lot more information about configuring Projectile.