From 0e040e8301aff16022887a85c00d03b3df97dfa5 Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Thu, 28 May 2009 16:07:40 +0200 Subject: Convert all docs to asciidoc format, add scripting guide --- doc/en/autogen/user/demo_commands.txt | 42 +++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 doc/en/autogen/user/demo_commands.txt (limited to 'doc/en/autogen/user/demo_commands.txt') diff --git a/doc/en/autogen/user/demo_commands.txt b/doc/en/autogen/user/demo_commands.txt new file mode 100644 index 000000000..fca1b30e8 --- /dev/null +++ b/doc/en/autogen/user/demo_commands.txt @@ -0,0 +1,42 @@ +• *`/demo_buffer`* `name`:: + +........................................ + open a new buffer +........................................ + +• *`/demo_buffer_set`* `property value`:: + +........................................ + set a buffer property +........................................ + +• *`/demo_info`* `[info [arguments]]`:: + +........................................ + get and display an info + + info: info to display + arguments: optional arguments for info + + Without argument, this command displays list of available infos +........................................ + +• *`/demo_infolist`* `[infolist [arguments]]`:: + +........................................ + get and display an infolist + + infolist: infolist to display + arguments: optional arguments for infolist + + Without argument, this command displays list of available infolists +........................................ + +• *`/demo_printf`* `[text]`:: + +........................................ + print some messages on current ubffer + + text: write this text +........................................ + -- cgit v1.2.3