diff --git a/omegat/project_save.tmx b/omegat/project_save.tmx
index dc454e56..7ec7ae43 100644
--- a/omegat/project_save.tmx
+++ b/omegat/project_save.tmx
@@ -61500,8 +61500,8 @@ machine.
Similarly, the command @kbd{M-x ispell} performs spell-checking in the region if one is active, or in the entire buffer otherwise.
-
- De façon similaire, la commande @kbd{M-x ispell} effectue de la vérification orthographique dans la région si l'une d'entre elles est active, ou dans la totalité du tampon autrement.
+
+ De façon similaire, la commande @kbd{M-x ispell} effectue la vérification orthographique dans la région si l'une d'entre elles est active, ou autrement dans la totalité du tampon.
@@ -66597,6 +66597,14 @@ marqueurs.
Les commandes @kbd{M-x scroll-up} et @kbd{M-x scroll-down} se comportent de manière similaire à @code{scroll-up-command} et @code{scroll-down-command} mais elles ne sont pas influencées par @code{scroll-error-top-bottom}.
+
+
+ The commands @w{@kbd{M-x ispell-buffer}} and @w{@kbd{M-x ispell-region}} explicitly perform spell-checking on the entire buffer or the region respectively.
+
+
+ Les commandes @w{@kbd{M-x ispell-buffer}} et @w{@kbd{M-x ispell-region}} effectuent explicitement la vérification orthographique respectivement sur la totalité du tampon ou de la région.
+
+
The commands for adding or removing flags, @kbd{d}, @kbd{C-d}, @kbd{s} and @kbd{u}, all accept a numeric argument as a repeat count.
@@ -76499,6 +76507,14 @@ si nous continuons,
Pour modifier les en-têtes de jour qui sont marquées comme jours de week-end, définissez la variable @code{calendar-weekend-days}.
+
+
+ To check spelling in an email message you are writing, use @w{@kbd{M-x ispell-message}}; that command checks the whole buffer, except for material that is indented or appears to be cited from other messages.
+
+
+ Pour vérifier l'orthographe dans un message par mail que vous écrivez, utilisez @w{@kbd{M-x ispell-message}} ; cette commande vérifie l'intégralité du tampon, sauf pour les éléments indentés ou qui apparaissent comme cités dans d'autres messages.
+
+
To check the spelling of the word around or before point, and optionally correct it as well, type @kbd{M-$} (@code{ispell-word}).
@@ -81273,6 +81289,14 @@ l'argument.
Quand les attributs sont masqués, le bouton devient @samp{[Show All Attributes]}, ce qui révèle intégralement la liste d'attributs.
+
+
+ When dealing with source code, you can use @kbd{M-x ispell-comments-and-strings} or @w{@kbd{M-x ispell-comment-or-string-at-point}} to check only comments or string literals.
+
+
+ Dans le code source, vous pouvez utiliser @kbd{M-x ispell-comments-and-strings} ou @w{@kbd{M-x ispell-comment-or-string-at-point}} pour vérifier seulement les commentaires ou les chaines littérales.
+
+
When displaying a match in the source buffer, the exact match will be highlighted, instead of the entire source line.