diff options
Diffstat (limited to 'doc/en/autogen/user/demo_commands.txt')
-rw-r--r-- | doc/en/autogen/user/demo_commands.txt | 42 |
1 files changed, 42 insertions, 0 deletions
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 +........................................ + |