diff --git a/omegat/project_save.tmx b/omegat/project_save.tmx index 4c706a7..2f040b5 100644 --- a/omegat/project_save.tmx +++ b/omegat/project_save.tmx @@ -24158,6 +24158,14 @@ Emacs. mode « Icomplete » + + + Icomplete mode and Fido mode display the possible completions on the same line as the prompt by default. + + + Les modes Icomplete et Fido affichent par défaut les complétions possibles sur la même ligne que l’invite. + + Icomplete mode provides a convenient way to quickly select an element among the possible completions in a minibuffer. @@ -24170,8 +24178,8 @@ Emacs. Icomplete vertical mode - - Mode iconplete vertical + + mode Icomplete vertical @@ -44342,6 +44350,14 @@ si nous continuons, Pour afficher une liste des tampons existants, tapez @kbd{C-x C-b}. + + + To display the completion candidates vertically under the prompt, type @kbd{M-x icomplete-vertical-mode}, or customize the variable @code{icomplete-vertical-mode} to @code{t} (@pxref{Easy Customization}). + + + Pour afficher les candidats de la complétion verticalement sous l’invite, tapez @kbd{M-x icomplete-vertical-mode} ou assignez la valeur @code{t} à la variable @code{icomplete-vertical-mode} (@pxref{Personnalisation facile}). + + To do more than insert characters, you have to know how to move point (@pxref{Point}).