doc(action_state): improve description of action_state.get_current_line (#2895)

This commit is contained in:
Kobu
2024-01-27 13:52:55 +01:00
committed by GitHub
parent 1bfbb1fb5c
commit f1fd99ebfb
2 changed files with 2 additions and 2 deletions

View File

@@ -3329,7 +3329,7 @@ action_state.get_selected_entry() *telescope.actions.state.get_selected_entry()*
action_state.get_current_line() *telescope.actions.state.get_current_line()*
Gets the current line
Gets the current line in the search prompt

View File

@@ -17,7 +17,7 @@ function action_state.get_selected_entry()
return global_state.get_global_key "selected_entry"
end
--- Gets the current line
--- Gets the current line in the search prompt
function action_state.get_current_line()
return global_state.get_global_key "current_line" or ""
end