hgbook

view es/undo-simple.dot @ 508:c054534808e6

translated a bunch of definitions, index entries and latex commands
author Javier Rojas <jerojasro@devnull.li>
date Mon Jan 12 16:46:25 2009 -0500 (2009-01-12)
parents 57a6e7535371
children
line source
1 digraph undo_simple {
2 "primer cambio" -> "segundo cambio";
3 "segundo cambio" -> "reversar\nsegundo cambio";
4 }