hgbook

diff es/undo-manual.dot @ 343:2fb78d342e07

changed es/Leame.1st
upgraded the list of files on translation and revision.

added a term (builtin) to the glossary

changed es/concepts.tex
file added to define labels needed by other tex files

changed es/preface.tex
killed a TODO

changed es/tour-basic.tex
I have began the translation of this file. 34% completed, according to vim

changed es/undo.tex
file added to define labels needed by other tex files
author jerojasro@localhost
date Sun Oct 19 19:56:21 2008 -0500 (2008-10-19)
parents f1a22f5a9e58
children
line diff
     1.1 --- a/es/undo-manual.dot	Fri Oct 17 06:18:17 2008 -0500
     1.2 +++ b/es/undo-manual.dot	Sun Oct 19 19:56:21 2008 -0500
     1.3 @@ -1,6 +1,6 @@
     1.4  digraph undo_manual {
     1.5  	"primer cambio" -> "segundo cambio";
     1.6  	"segundo cambio" -> "tercer cambio";
     1.7 -	backout [label="retroceso\nsegundo cambio", shape=box];
     1.8 -	"segundo cambio" -> backout;
     1.9 +	reversar [label="reversar\nsegundo cambio", shape=box];
    1.10 +	"segundo cambio" -> reversar;
    1.11  }