diff --git a/omegat/project_save.tmx b/omegat/project_save.tmx index b3d4003f..0ff5e44f 100644 --- a/omegat/project_save.tmx +++ b/omegat/project_save.tmx @@ -2528,6 +2528,14 @@ d’une façon déterminée. Un raccourci pour @code{v>}. + + + A simple introduction to Emacs Lisp programming. + + + Une introduction simple à la programmation en Emacs Lisp. + + A single Emacs can talk to more than one X display. Initially, Emacs uses just one display---the one specified with the @env{DISPLAY} environment variable or with the @samp{--display} option (@pxref{Initial Options}). To connect to another display, use the command @code{make-frame-on-display}: @@ -6683,6 +6691,14 @@ argument peut être un nombre ou un marqueur. Emacs + + + Emacs Lisp Intro: (eintr) + + + Introduction à Emacs Lisp : (eintr) + + Emacs Lisp can have just one integer object for any given value because it has a limited range of integer values. @@ -14619,6 +14635,14 @@ plupart des informations sur l'utilisation de VMS. Cette liste initiale de complétions sera utilisée à la place de l’ensemble effectif des symboles-comme-formules de la feuille. + + + This is @cite{An Introduction to Programming in Emacs Lisp}, for people who are not programmers. + + + Ceci est une @cite{Introduction à la programmation en Emacs Lisp} pour personnes qui n’ont jamais programmé. + + This is because the Lisp function @code{/} is implemented using the C division operator, which also permits machine-dependent rounding.