blob: e4901d6107fb9a97b017a583421884a2efda9fea (
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 category 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]</command>
<programlisting>
get and display an infolist
infolist: infolist to display
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>
|