From a91b714c2f84d55a585fc93bae7c5901f10c1d86 Mon Sep 17 00:00:00 2001 From: Rasmus Schultz <mindplay-dk@users.noreply.github.com> Date: Sun, 30 Apr 2017 12:38:46 +0200 Subject: [PATCH] [manual] Mention the word "mouse" near coordsChar Avoid duplicates for #4719 --- doc/manual.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/manual.html b/doc/manual.html index 62d1801c8..3c1d2fe03 100644 --- a/doc/manual.html +++ b/doc/manual.html @@ -1859,7 +1859,7 @@ editor.setOption("extraKeys", { position that the cursor would have when it would sit at that position.</dd> <dt id="coordsChar"><code><strong>cm.coordsChar</strong>(object: {left, top}, ?mode: string) → {line, ch}</code></dt> - <dd>Given an <code>{left, top}</code> object, returns + <dd>Given an <code>{left, top}</code> object (e.g. coordinates of a mouse event) returns the <code>{line, ch}</code> position that corresponds to it. The optional <code>mode</code> parameter determines relative to what the coordinates are interpreted. It may -- GitLab