From f9786673e325561bc6ae9c63f84b86cc52752b6b Mon Sep 17 00:00:00 2001 From: SeekingBlues Date: Fri, 5 Aug 2022 23:32:18 +0800 Subject: [PATCH] Fix typo for `or` input function --- doc_src/cmds/bind.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc_src/cmds/bind.rst b/doc_src/cmds/bind.rst index eddb0346a..9d421da45 100644 --- a/doc_src/cmds/bind.rst +++ b/doc_src/cmds/bind.rst @@ -249,7 +249,7 @@ The following special input functions are available: or if at the end of the commandline, accept one word from the current autosuggestion. ``or`` - only execute the next function if the previous succeeded (note: only some functions report success) + only execute the next function if the previous did not succeed (note: only some functions report failure) ``pager-toggle-search`` toggles the search field if the completions pager is visible; or if used after ``history-pager``, search forwards in time.