From da31f1c7dd6d9a67aa4262dc6c20e678c3469979 Mon Sep 17 00:00:00 2001 From: Kevin Svetlitski Date: Thu, 1 Apr 2021 20:50:02 -0500 Subject: doc: Fix typo in the help for where lhs was used instead of rhs (#14272) --- runtime/doc/map.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'runtime') diff --git a/runtime/doc/map.txt b/runtime/doc/map.txt index 3ee26b0817..73ac3763d0 100644 --- a/runtime/doc/map.txt +++ b/runtime/doc/map.txt @@ -290,7 +290,7 @@ as a special key. ** *:map-cmd* The pseudokey begins a "command mapping", which executes the command directly (without changing modes). Where you might use ":..." in the -{lhs} of a mapping, you can instead use "...". +{rhs} of a mapping, you can instead use "...". Example: > noremap x echo mode(1) < @@ -314,7 +314,7 @@ Note: *E5520* commands must terminate, that is, they must be followed by in the -{lhs} of the mapping definition. |Command-line| mode is never entered. +{rhs} of the mapping definition. |Command-line| mode is never entered. 1.3 MAPPING AND MODES *:map-modes* -- cgit