aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2020-11-27 13:54:58 +0200
committerBozhidar Batsov <bozhidar@batsov.com>2020-11-27 13:54:58 +0200
commit45b0481adca89c9b23e7771e513c65a5cf27d0a8 (patch)
treee4e65b585536ae70aa9d413851df20a5d5335639 /doc
parent248ff220b8672502a256e4b7cedd84e9c02ddc36 (diff)
[Docs] Tweak some wording
Diffstat (limited to 'doc')
-rw-r--r--doc/modules/ROOT/pages/configuration.adoc6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/modules/ROOT/pages/configuration.adoc b/doc/modules/ROOT/pages/configuration.adoc
index fb3b92c..7f8ae24 100644
--- a/doc/modules/ROOT/pages/configuration.adoc
+++ b/doc/modules/ROOT/pages/configuration.adoc
@@ -318,8 +318,10 @@ If you don't like `ido` and `ivy` you can use regular completion (based on `comp
(setq projectile-completion-system 'default)
----
-You might want to combine default completion with `icomplete-mode` for optimum results.
-Emacs 27 added `fido-mode` to `icomplete`. If you are using `fido-mode`, Projectile will
+TIP: You might want to combine default completion with `icomplete-mode` for optimum results.
+Emacs 27 added `fido-mode` to `icomplete`.
+
+If you are using `fido-mode`, Projectile will
use the `default` completion system. The same holds for `selectrum` which also relies
on the `default` completion system.