summaryrefslogtreecommitdiff
path: root/doc/en/autogen/demo_commands.xml
blob: d4f62de1c36e5c1b5a6a3bc77524d814c63f774c (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
40
41
42
43
44
45
<?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  name</command>
<programlisting>
open a new buffer
</programlisting>

<command>/demo_buffer_set  property value</command>
<programlisting>
set a buffer property
</programlisting>

<command>/demo_info  [info [arguments]]</command>
<programlisting>
get and display an info

     info: info to display
arguments: optional arguments for info

Without argument, this command displays list of available infos
</programlisting>

<command>/demo_infolist  [infolist [arguments]]</command>
<programlisting>
get and display an infolist

 infolist: infolist to display
arguments: optional arguments for infolist

Without argument, this command displays list of available infolists
</programlisting>

<command>/demo_printf  [text]</command>
<programlisting>
print some messages on current ubffer

text: write this text
</programlisting>