From b05275cedc824d94c9cdb419df5b5c4e99994305 Mon Sep 17 00:00:00 2001 From: David Adam Date: Tue, 6 Apr 2021 21:18:21 +0800 Subject: [PATCH] docs: remove undo-group functions from documentation As discussed in https://github.com/fish-shell/fish-shell/commit/85ffa77b4e6d3f5f23e6a9ed3e879035eff239f5 these functions are not intended for long term use. Also fix a typo introduced in 85ffa77. --- doc_src/cmds/bind.rst | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/doc_src/cmds/bind.rst b/doc_src/cmds/bind.rst index 1d40eec0a..63ca1e930 100644 --- a/doc_src/cmds/bind.rst +++ b/doc_src/cmds/bind.rst @@ -97,8 +97,6 @@ The following special input functions are available: - ``begin-selection``, start selecting text -- ``begin-undo-group`` and ``end-undo-group``, for coalescing multiple changes into a single action that will be undone with ``undo`` - - ``cancel``, cancel the current commandline and replace it with a new empty one - ``cancel-commandline``, cancel the current commandline and replace it with a new empty one, leaving the old one in place with a marker to show that it was cancelled @@ -189,7 +187,7 @@ The following special input functions are available: - ``togglecase-char``, toggle the capitalisation (case) of the character under the cursor -- ``togglecase-selection``, toogle the capitalisation (case) of the selection +- ``togglecase-selection``, toggle the capitalisation (case) of the selection - ``insert-line-under``, add a new line under the current line