mirror of
https://github.com/irssi/irssi.git
synced 2026-08-17 15:42:26 +02:00
Syntax documentation rewrite for D-commands
Rewrote the syntax documentation for all commands starting with the letter D.
This commit is contained in:
parent
3f79c8553c
commit
878411edc4
7 changed files with 130 additions and 56 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue