diff --git a/omegat/project_save.tmx b/omegat/project_save.tmx
index 02d1a6a8..2b7e5755 100644
--- a/omegat/project_save.tmx
+++ b/omegat/project_save.tmx
@@ -13413,6 +13413,14 @@ key binding = raccourci clavier...
@xref{Troncation de ligne}.
+
+
+ @xref{Lisp Interaction}.
+
+
+ @xref{Interaction Lisp}.
+
+
@xref{Lisp Libraries, , Libraries of Lisp Code for Emacs, emacs, The GNU Emacs Manual}, for information on the distinction between @code{load-library} and this command.
@@ -75236,6 +75244,14 @@ des nombres négatifs à virgule flottante, comme dans @samp{- 1.0}.
Vous pouvez définir toute variable Lisp avec le @code{setq}, mais avec certaines variables, ce code ne va probablement pas faire ce que vous souhaitez réaliser dans le fichier d'initialisation.
+
+
+ You can set the variable @code{inhibit-startup-screen} using the Customize facility (@pxref{Easy Customization}), or by editing your initialization file (@pxref{Init File}).@footnote{Setting @code{inhibit-startup-screen} in @file{site-start.el} doesn't work, because the startup screen is set up before reading @file{site-start.el}.
+
+
+ Vous pouvez définir la variable @code{inhibit-startup-screen} en utilisant l'équipement Personnaliser (@pxref{Personnalisation facile}), ou en modifiant votre fichier d'initialisation (
+
+
You can set this in the ``Regional Settings'' Control Panel on some versions of MS-Windows, and in the ``Language and Region'' System Preference on macOS.