diff --git a/doc/manual.html b/doc/manual.html
index 758ccbcc064881e0a4176b370f4327d96853ae45..354194e6cbdbcf62b65c301a2294796364433d01 100644
--- a/doc/manual.html
+++ b/doc/manual.html
@@ -2229,6 +2229,9 @@ editor.setOption("extraKeys", {
       various <a href="#event_change">event handlers</a>). The
       returned position will be the end of the changed
       range, <em>after</em> the change is applied.</dd>
+
+      <dt id="countColumn"><code><strong>CodeMirror.countColumn</strong>(line: string, index: number, tabSize: number) → number</code></dt>
+      <dd>Find the column position at a given string index using a given tabsize.</dd>
     </dl>
 </section>