diff --git a/doc/Home.md b/doc/Home.md
index fe8884de9..4d6a63bbe 100644
--- a/doc/Home.md
+++ b/doc/Home.md
@@ -1,6 +1,6 @@
 Welcome to the IdeaVim wiki!
 
-- List of emulated plugins: [[plugins|Emulated-plugins]]
-- Examples of `ideajoin` option (also known as "smart join"): [["ideajoin" examples|"ideajoin"-examples]]
-- List of "set" commands: [["set" commands|"set"-commands]]
+- List of IdeaVim plugins: [[plugins|IdeaVim Plugins]]
+- Examples of `ideajoin` option (also known as "smart join"): [["ideajoin" examples|ideajoin-examples]]
+- List of "set" commands: [["set" commands|set-commands]]
 - Docs about "select" mode in vim: [[select mode|Select-mode]]
diff --git a/doc/NERDTree-support.md b/doc/NERDTree-support.md
index f9c4076b1..bc8abdaf2 100644
--- a/doc/NERDTree-support.md
+++ b/doc/NERDTree-support.md
@@ -1,6 +1,6 @@
 # NERDTree
 
-IdeaVim supports emulation of the NERDTree plugin. Update your `~/.ideavimrc` to turn it on:
+IdeaVim supports the NERDTree plugin. Update your `~/.ideavimrc` to turn it on:
 ```vim
 Plug 'preservim/nerdtree`
 ```