diff --git a/docs/debugger.html b/docs/debugger.html
index ce6ae0861..989fb15ca 100644
--- a/docs/debugger.html
+++ b/docs/debugger.html
@@ -662,7 +662,7 @@ clearsavestateifs - Clear all savestate points
deltrap - Delete trap <xx>
delwatch - Delete watch <xx>
disasm - Disassemble address xx [yy lines] (default=PC)
- dump - Dump data at address <xx> [to yy] [0..7, dumps to file]
+ dump - Dump data at address <xx> [to yy] [0 - 7] (dump to file options)
exec - Execute script file <xx> [prefix]
exitrom - Exit emulator, return to ROM launcher
frame - Advance emulation by <xx> frames (default=1)
@@ -694,7 +694,7 @@ clearsavestateifs - Clear all savestate points
print - Evaluate/print expression xx in hex/dec/binary
ram - Show ZP RAM, or set address xx to yy1 [yy2 ...]
reset - Reset system to power-on state
- rewind - Rewind state to last [xx] steps/traces/scanlines/frames...
+ rewind - Rewind state by one or [xx] steps/traces/scanlines/frames...
riot - Show RIOT timer/input status
rom - Set ROM address xx to yy1 [yy2 ...]
row - Mark 'ROW' range in disassembly
@@ -724,7 +724,7 @@ clearsavestateifs - Clear all savestate points
type - Show disassembly type for address xx [yy]
uhex - Toggle upper/lowercase HEX display
undef - Undefine label xx (if defined)
- unwind - Unwind state to next [xx] steps/traces/scanlines/frames...
+ unwind - Unwind state state by one or [xx] steps/traces/scanlines/frames...
v - Overflow Flag: set (0 or 1), or toggle (no arg)
watch - Print contents of address xx before every prompt
x - Set X Register to value xx
diff --git a/docs/index.html b/docs/index.html
index 05836b070..736f3311d 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -54,7 +54,7 @@
-