summaryrefslogtreecommitdiff
path: root/doc/de/autogen/demo_commands.xml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/de/autogen/demo_commands.xml')
-rw-r--r--doc/de/autogen/demo_commands.xml39
1 files changed, 39 insertions, 0 deletions
diff --git a/doc/de/autogen/demo_commands.xml b/doc/de/autogen/demo_commands.xml
new file mode 100644
index 000000000..e4901d610
--- /dev/null
+++ b/doc/de/autogen/demo_commands.xml
@@ -0,0 +1,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>