diff --git a/omegat/project_save.tmx b/omegat/project_save.tmx index f29ea1c..e5280dc 100644 --- a/omegat/project_save.tmx +++ b/omegat/project_save.tmx @@ -33824,6 +33824,14 @@ machine de 29 bits : Par exemple, la commande @kbd{M-q} (@code{fill-paragraph}) remplit le texte ; avec un argument, elle justifie aussi le texte + + + For example, the command @w{@kbd{M-x rename-file @key{RET} ~/foo @key{RET} /tmp/ @key{RET}}} renames @file{~/foo} to @file{/tmp/foo}. + + + Par exemple, la commande @w{@kbd{M-x rename-file @key{RET} ~/foo @key{RET} /tmp/ @key{RET}}} renomme @file{~/foo} pour qu'il devienne @file{/tmp/foo}. + + For example, the commands to operate on marked files ignore files in hidden directories even if they are marked. @@ -52531,6 +52539,14 @@ fonction décrite, sont composés comme ceci : @var{first-number}. Omettre les détails comme le nom du système et l'heure de construction de l'exécutable Emacs, afin que les constructions soient plus déterministes. + + + On GNU and other POSIX-like systems, directory names end in @samp{/}. + + + Sur des systèmes GNU ou autres s'apparentant à POSIX, les noms de répertoires se terminent par @samp{/}. + + On GNU/Linux and Unix platforms, Emacs does this when built with GTK+, LessTif, and Motif toolkits; on MS-Windows and Mac, the GUI version does that by default.