diff --git a/omegat/project_save.tmx b/omegat/project_save.tmx
index a5b8e85..a2a840e 100644
--- a/omegat/project_save.tmx
+++ b/omegat/project_save.tmx
@@ -27398,6 +27398,14 @@ appelé Scheme.
@code{message}%d%s@code{(- fill-column 32)}@code{concat}
+
+
+ In this experiment with the @code{+}, what we did was cause the Lisp interpreter to evaluate the @code{+} and look for the value of the variable instead of the function definition.
+
+
+ Dans ce teste avec le @code{+}, ce que nous avons fait a forcé l'interpréteur Lisp à évaluer le @code{+} et chercher la valeur de la variable plutôt que la définition de fonction.
+
+
In this manual, we will often speak of keys like @kbd{C-n} as commands, even though strictly speaking the key is bound to a command.