summaryrefslogtreecommitdiff
path: root/doc/fr/autogen/demo_commands.xml
blob: e5d09339b7cc7a264328fd57930f356b8bc4d27c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<?xml version="1.0" encoding="UTF-8"?>
<!--
     ********* WARNING! *********

     This file is autogenerated with docgen.pl script. *** DO NOT EDIT! ***
     docgen.pl builds XML doc files to include in many languages
-->

<command>demo_buffer  catégorie nom</command>
<programlisting>
ouvrir un nouveau tampon
</programlisting>
<command>demo_buffer_set  propriété valeur</command>
<programlisting>
définir une propriété de tampon
</programlisting>
<command>demo_info  [info [paramètres]]</command>
<programlisting>
lit et affiche une info

      info: info à afficher
paramètres: paramètres optionnels pour l'info

Sans paramètre, cette commande affiche la liste des infos disponibles
</programlisting>
<command>demo_infolist  [infolist]</command>
<programlisting>
lit et affiche une infolist

infolist: infolist à afficher

Sans paramètre, cette commande affiche la liste des infolists disponibles
</programlisting>
<command>demo_printf  [texte]</command>
<programlisting>
affiche des messages sur le tampon courant

texte: affiche ce texte
</programlisting>