Rename the readline function for deleting active history item

history-pager-delete now also works for regular history search,
so rename it.
This commit is contained in:
Johannes Altmanninger
2025-01-10 09:09:35 +01:00
parent f8b245eb31
commit 7c539b9539
6 changed files with 13 additions and 6 deletions

View File

@@ -240,7 +240,7 @@ The following special input functions are available:
``history-pager``
invoke the searchable pager on history (incremental search); or if the history pager is already active, search further backwards in time.
``history-pager-delete``
``history-delete``
permanently delete the current history item, either from the history pager or from an active up-arrow history search
``history-search-backward``