From 6a97be2a15fe83ef78278bba966e16e4d9baabeb Mon Sep 17 00:00:00 2001 From: Jean-Christophe Helary Date: Sun, 18 Sep 2022 18:07:04 +0900 Subject: [PATCH] Translated by suzume --- omegat/project_save.tmx | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/omegat/project_save.tmx b/omegat/project_save.tmx index 698e5d4..9ff1719 100644 --- a/omegat/project_save.tmx +++ b/omegat/project_save.tmx @@ -1,7 +1,7 @@ -
+
@@ -18164,8 +18164,8 @@ que les utilisateurs puissent les changer ; celles-ci s'appellent An Introduction to Programming in Emacs Lisp - - Une introduction à la programmation en Enacs Lisp + + Une introduction à la programmation en Emacs Lisp @@ -44234,6 +44234,14 @@ appelé Scheme. Dans ce chapitre, nous décrivons des commandes qui sont utiles pour détecter une erreur pendant l'édition. + + + In this example, @code{message} has three arguments: the string, @code{"He saw %d %s"}, the expression, @code{(- fill-column 32)}, and the expression beginning with the function @code{concat}. + + + @code{message}%d%s@code{(- fill-column 32)}@code{concat} + + In this example, each line starts with the prefix @samp{/*} and ends with the suffix @samp{*/}.