diff --git a/doc/manual.html b/doc/manual.html
index e97ce07e148bf0b9774beaf3e1908d125e9cb751..b1377928de98faa444dbf24a599e1f87decc2f5b 100644
--- a/doc/manual.html
+++ b/doc/manual.html
@@ -634,6 +634,11 @@
       <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>
+      <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>
+
       <dt id="event_scrollCursorIntoView"><code><strong>"scrollCursorIntoView"</strong> (instance: CodeMirror, event: Event)</code></dt>
       <dd>Fires when the editor tries to scroll its cursor into view.
       Can be hooked into to take care of additional scrollable