diff --git a/omegat/project_save.tmx b/omegat/project_save.tmx index 712ad87..1641f35 100644 --- a/omegat/project_save.tmx +++ b/omegat/project_save.tmx @@ -1,7 +1,7 @@ -
+
@@ -2405,6 +2405,14 @@ explicitement redéfinies ou éliminées dans @var{definitions}.) (Si votre gestionnaire de fenêtres intercepte @kbd{M-@key{TAB}}, tapez @w{@kbd{@key{ESC} @key{TAB}}} ou @kbd{C-M-i}.) Chaque complétion est listée avec un chiffre ou un caractère ; tapez ce chiffre ou caractère pour le choisir. + + + (In C and related modes, @key{TAB} runs the command @code{c-indent-line-or-region}, which behaves similarly, @pxref{C Indent}). + + + [fuzzy](Dans les modes C et apparentés, @key{TAB} exécute la commande @code{c-indent-line-or-region}, qui se comporte de manière similaire, @pxref{C Indent}). + + (In Edit mode, this is actually @kbd{C-c C-c f}.) @@ -44557,6 +44565,14 @@ de la valeur retournée sont placés. Une case à cocher se situe devant chaque attribut. + + + In most major modes, this runs the command @code{indent-for-tab-command}. + + + [fuzzy]Dans la plupart des modes principaux, cela exécute la commande @code{indent-for-tab-command}. + + In non-X-toolkit versions of Emacs, the menu bar also takes one line of the specified number. @@ -45212,6 +45228,14 @@ appelé Scheme. Mode de mise en retrait des tabulations + + + Indent whitespace at point, up to the next tab stop (@code{tab-to-tab-stop}). + + + [fuzzy]Indenter les espaces blancs au point, jusqu'au prochain arrêt de tabulation (@code{tab-to-tab-stop}). + + Indentation @@ -71046,6 +71070,14 @@ valeur de retour est @var{name}. Le moyen le plus simple pour inclure des répertoires multiples dans un tampon Dired est de spécifier les options @samp{-lR} pour exécuter @command{ls}. + + + The simplest way to perform indentation is the @key{TAB} key. + + + [fuzzy]La manière la plus simple d'effectuer une indentation est la touche @key{TAB}. + + The single argument name following @code{&rest} will receive, as its value, a list of all the remaining arguments passed to the function.