view es/undo-simple.dot @ 619:bbc5db74bd77

changed many "X(" for "X (" I did this only when inside the main text
author Javier Rojas <jerojasro@devnull.li>
date Sun, 18 Jan 2009 22:31:20 -0500
parents 0aa96b0ffb65
children
line wrap: on
line source

digraph undo_simple {
	"primer cambio" -> "segundo cambio";
	"segundo cambio" -> "reversar\nsegundo cambio";
}