From c7da09fc70aea12ba474a91e543a51626ebea5fa Mon Sep 17 00:00:00 2001 From: Github Actions Date: Fri, 5 Apr 2024 03:10:40 +0000 Subject: [PATCH] [docgen] Update doc/telescope.txt skip-checks: true --- doc/telescope.txt | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/doc/telescope.txt b/doc/telescope.txt index a52f99c204..c09b7e1a48 100644 --- a/doc/telescope.txt +++ b/doc/telescope.txt @@ -2561,7 +2561,7 @@ utils.path_expand({path}) *telescope.utils.path_expand()* string -utils.transform_path({opts}, {path}) *telescope.utils.transform_path()* +utils.transform_path({opts}) *telescope.utils.transform_path()* Transform path is a util function that formats a path based on path_display found in `opts` or the default value from config. It is meant to be used in make_entry to have a uniform interface for builtins as well as extensions @@ -2571,9 +2571,8 @@ utils.transform_path({opts}, {path}) *telescope.utils.transform_path()* Parameters: ~ - {opts} (table) The opts the users passed into the picker. Might - contains a path_display key - {path} (string) The path that should be formatted + {opts} (table) The opts the users passed into the picker. Might + contains a path_display key Return: ~ string: The transformed path ready to be displayed