diff --git a/doc/manual.html b/doc/manual.html index b1377928de98faa444dbf24a599e1f87decc2f5b..65e030c0bf23cbb69542aa93e731163c2c23c425 100644 --- a/doc/manual.html +++ b/doc/manual.html @@ -634,7 +634,7 @@ <dt id="event_scroll"><code><strong>"scroll"</strong> (instance: CodeMirror)</code></dt> <dd>Fires when the editor is scrolled.</dd> - <dt id="event_resize"><code><strong>"resize"</strong> (instance: CodeMirror)</code></dt> + <dt id="event_refresh"><code><strong>"refresh"</strong> (instance: CodeMirror)</code></dt> <dd>Fires when the editor is <a href="#refresh">refreshed</a> or <a href="#setSize">resized</a>. Mostly useful to invalidate cached values that depend on the editor or character size.</dd>