summaryrefslogtreecommitdiff
path: root/lua/telescope/themes.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/telescope/themes.lua')
-rw-r--r--lua/telescope/themes.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/telescope/themes.lua b/lua/telescope/themes.lua
index 4c27bb9..0fe5d99 100644
--- a/lua/telescope/themes.lua
+++ b/lua/telescope/themes.lua
@@ -70,7 +70,7 @@ end
---
--- `local builtin = require('telescope.builtin')`
--- `local themes = require('telescope.themes')`
---- `builtin.lsp_code_actions(themes.get_cursor())`
+--- `builtin.lsp_references(themes.get_cursor())`
--- </code>
function themes.get_cursor(opts)
opts = opts or {}