diff --git a/omegat/project_save.tmx b/omegat/project_save.tmx index f5292f6..21502cd 100644 --- a/omegat/project_save.tmx +++ b/omegat/project_save.tmx @@ -11910,6 +11910,14 @@ cl}. @key{DEL} (@code{dired-unmark-backward}) se déplace vers le haut en supprimant ces derniers ; cela s'apparente à @kbd{u} avec un argument @minus{}1. + + + @key{ESC} @key{TAB} + + + @key{ESC} @key{TAB} + + @key{ESC} replacing @key{META} key @@ -21614,6 +21622,14 @@ arguments ne sont pas des nombres ou des marqueurs. C-M-h + + + C-M-i + + + C-M-i + + C-M-i @r{(customization buffer)} @@ -24942,6 +24958,14 @@ significatif pour la lettre qui indique la base. Vérifie et corrige l'orthographe de tous les mots dans le tampon. + + + Check and correct spelling of comments and strings in the buffer or region. + + + Vérifie et corrige l'orthographe de commentaires et de chaînes dans le tampon ou la région. + + Check and correct spelling of the word at point (@code{ispell-word}). @@ -24950,6 +24974,14 @@ significatif pour la lettre qui indique la base. Vérifie et corrige l'orthographe du mot au point (@code{ispell-word}). + + + Check the comment or string at point. + + + Vérifie le commentaire ou la chaîne à l'emplacement du point. + + Check your shell manual to know the expected behavior. @@ -31538,6 +31570,14 @@ chaque passe d'Emacs ! Emerge compte toutes les différences de façon séquentielle, et la ligne de mode montre le nombre de différences sélectionnées. + + + Enable Flyspell mode for comments and strings only. + + + Active le mode Flyspell, pour des commentaire et des chaînes uniquement. + + Enable Flyspell mode, which highlights all misspelled words. @@ -46709,6 +46749,14 @@ autrement. Arrête le sous-processus de compilation en cours. + + + Kill the spell-checker subprocess. + + + Coupe le sous-processus du vérificateur orthographique. + + Kill the text of the region-rectangle, saving its contents as the ``last killed rectangle'' (@code{kill-rectangle}). @@ -49109,6 +49157,22 @@ autrement. M-x ispell-change-dictionary @key{RET} @var{dict} @key{RET} + + + M-x ispell-comment-or-string-at-point + + + M-x ispell-comment-or-string-at-point + + + + + M-x ispell-comments-and-strings + + + M-x ispell-comments-and-strings + + M-x ispell-kill-ispell @@ -58722,6 +58786,14 @@ répétés renvoient a une série de nombres entiers pseudo-aléatoires. Réinitialise le défilement horizontal sur les trois fenêtres. + + + Restart the spell-checker process, using @var{dict} as the dictionary. + + + Redémarre le processus de vérification orthographique, en utilisant @var{dict} comme dictionnaire. + + Restrict the view to the current hunk (@code{diff-restrict-view}). @@ -76395,6 +76467,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 the spelling of the word around or before point, and optionally correct it as well, type @kbd{M-$} (@code{ispell-word}). + + + Pour vérifier l'orthographe du mot autour ou avant le point, et la corriger également si vous le souhaitez, tapez @kbd{M-$} (@code{ispell-word}). + + To complement it, @kbd{M-x undo-redo} will undo previous undo commands (and will not record itself as an undoable command).