summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcristiansofronie <53446505+cristiansofronie@users.noreply.github.com>2023-01-22 10:27:36 +0200
committerGitHub <noreply@github.com>2023-01-22 09:27:36 +0100
commited366bba143d9babd2b81eb46c4f0f482051778d (patch)
treeb057bebf35cdb8aaf5f9ef35b768d0b1516c9ad9
parent4b4db1ff7dbedc95975c3bd2a2ba8d2bdf5d6c46 (diff)
docs: fix unfinised sentence in docs (#2335)
-rw-r--r--doc/telescope.txt3
-rw-r--r--lua/telescope/config.lua3
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/telescope.txt b/doc/telescope.txt
index 4069722..ddfd9df 100644
--- a/doc/telescope.txt
+++ b/doc/telescope.txt
@@ -420,7 +420,8 @@ telescope.setup({opts}) *telescope.setup()*
indices larger than `cache_picker.num_pickers` will
be cleared.
Default: 1
- - limit_entries: The amount of entries that will be written in the
+ - limit_entries: The amount of entries that will be saved for each
+ picker.
Default: 1000
diff --git a/lua/telescope/config.lua b/lua/telescope/config.lua
index 82be065..7b45bda 100644
--- a/lua/telescope/config.lua
+++ b/lua/telescope/config.lua
@@ -507,7 +507,8 @@ append(
indices larger than `cache_picker.num_pickers` will
be cleared.
Default: 1
- - limit_entries: The amount of entries that will be written in the
+ - limit_entries: The amount of entries that will be saved for each
+ picker.
Default: 1000
]]
)