fix incorrect use of :ac:

This commit is contained in:
Kovid Goyal 2022-02-04 16:45:51 +05:30
parent 97a6a11066
commit 94898a8758
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -83,7 +83,7 @@ Detailed list of changes
- ssh kitten: Fix location of generated terminfo files on NetBSD (:iss:`4622`)
- A new action to clear the screen up to the line containing the cursor, see
:ac:`clear_terminal`
:ref:`action-clear_terminal`
- macOS: Fix a regression in the previous release that broke switching input
sources by keyboard (:iss:`4621`)
@ -153,7 +153,7 @@ Detailed list of changes
- Fix getting last command output not working correctly when the screen is
scrolled (:pull:`4522`)
- Show number of windows per tab in the :ac:`select_tab` action (:pull:`4523`)
- Show number of windows per tab in the :ref:`action-select_tab` action (:pull:`4523`)
- macOS: Fix the shift key not clearing pre-edit text in IME (:iss:`4541`)