Fix duplicated line in graphics protocol delete table

Fixes #3383
This commit is contained in:
Kovid Goyal 2021-03-12 08:05:52 +05:30
parent 1f4fdb174a
commit 6177a7d71f
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -421,7 +421,7 @@ Value of ``d`` Meaning
``n`` or ``N`` Delete newest image with the specified number, specified using the ``I`` key. If you specify a ``p`` key for the
placement id as well, then only the placement with the specified number and placement id will be deleted.
``c`` or ``C`` Delete all placements that intersect with the current cursor position.
``c`` or ``C`` Delete all placements that intersect with the current cursor position.
``f`` or ``F`` Delete animation frames.
``p`` or ``P`` Delete all placements that intersect a specific cell, the cell is specified using the ``x`` and ``y`` keys
``q`` or ``Q`` Delete all placements that intersect a specific cell having a specific z-index. The cell and z-index is specified using the ``x``, ``y`` and ``z`` keys.
``x`` or ``X`` Delete all placements that intersect the specified column, specified using the ``x`` key.