From 6177a7d71f895c49d0f619ac32a3c73ea32fa8b5 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 12 Mar 2021 08:05:52 +0530 Subject: [PATCH] Fix duplicated line in graphics protocol delete table Fixes #3383 --- docs/graphics-protocol.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/graphics-protocol.rst b/docs/graphics-protocol.rst index 1939e2e59..b55921fc3 100644 --- a/docs/graphics-protocol.rst +++ b/docs/graphics-protocol.rst @@ -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.