Syntax documentation rewrite for D-commands

Rewrote the syntax documentation for all commands starting with the
letter D.
This commit is contained in:
Geert Hauwaerts 2014-07-03 21:37:41 +02:00
commit 878411edc4
7 changed files with 130 additions and 56 deletions

View file

@ -1,17 +1,17 @@
Syntax:
%9Syntax:%9
@SYNTAX:completion@
Parameters:
%9Parameters:%9
-auto: Insert the completion without pressing a word completion character.
-delete: Removes the completion from the list.
-auto: Inserts the completion without pressing a word completion character.
-delete: Removes the completion from the configuration.
A key and the value to use as a replacement. If no argument is given, the
list of completions will be displayed.
Description:
%9Description:%9
Replaces or completed words or letters; you can write just the first few
letters of the word and press TAB to insert a replacement.
@ -20,12 +20,12 @@ Description:
matching word and replaces it; you may press TAB repeatedly to swap between
matches.
Examples:
%9Examples:%9
/COMPLETION w/h without
/COMPLETION -auto compr compromised
/COMPLETION -delete 'compr'
/COMPLETION -delete without
See also: BIND
%9See also:%9 BIND