diff --git a/omegat/project_save.tmx b/omegat/project_save.tmx index 26c6a88..523d346 100644 --- a/omegat/project_save.tmx +++ b/omegat/project_save.tmx @@ -11337,6 +11337,14 @@ cl}. @kbd{M-x insert-abbrevs} insère dans le tampon actuel après le point la description de toutes les définitions d'abréviation ; @kbd{M-x define-abbrevs} analyse la totalité du tampon actuel et définit les abréviations en conséquence. + + + @kbd{M-x insert-file-literally} is like @kbd{M-x insert-file}, except the file is inserted literally: it is treated as a sequence of @acronym{ASCII} characters with no special encoding or conversion, similar to the @kbd{M-x find-file-literally} command (@pxref{Visiting}). + + + @kbd{M-x insert-file-literally} s'apparente à @kbd{M-x insert-file}, sauf que le fichier est inséré de façon littérale : il est traité comme une séquence de caractères @acronym{ASCII} sans encodage ou conversion, ce qui est similaire à la commande @kbd{M-x find-file-literally} (@pxref{Consulter}). + + @kbd{M-x insert-file} (also @kbd{C-x i}) inserts a copy of the contents of the specified file into the current buffer at point, leaving point unchanged before the contents. @@ -67949,6 +67957,14 @@ mais ils ont certaines propriétés à imiter une série aléatoire. La portion du tampon affichée dans une fenêtre contient toujours le point. + + + The position after the inserted contents is added to the mark ring, without activating the mark (@pxref{Mark Ring}). + + + Sa position après le contenu inséré est ajouté à la mémoire des marques, sans activer la marque (@pxref{Mémoire des marques}). + + The possible responses are analogous to those of @code{query-replace}: @@ -96147,6 +96163,14 @@ fi insert-file + + + insert-file-literally + + + insert-file-literally + + insert-register