diff options
author | Geert Hauwaerts <geert@hauwaerts.be> | 2014-07-03 21:37:41 +0200 |
---|---|---|
committer | Geert Hauwaerts <geert@hauwaerts.be> | 2014-07-03 21:37:41 +0200 |
commit | 878411edc4664c5d923347fdb3383d8fbe6f31c1 (patch) | |
tree | 79b2c125b79a17af8d4ae21b4734347708db8f5d /docs/help/in/dehilight.in | |
parent | 3f79c8553c8087a79b9c37216ac72eb3e03584d5 (diff) | |
download | irssi-878411edc4664c5d923347fdb3383d8fbe6f31c1.zip |
Syntax documentation rewrite for D-commands
Rewrote the syntax documentation for all commands starting with the
letter D.
Diffstat (limited to 'docs/help/in/dehilight.in')
-rw-r--r-- | docs/help/in/dehilight.in | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/docs/help/in/dehilight.in b/docs/help/in/dehilight.in index d1202917..7c7fe152 100644 --- a/docs/help/in/dehilight.in +++ b/docs/help/in/dehilight.in @@ -1,7 +1,20 @@ +%9Syntax:%9 + @SYNTAX:dehilight@ -Removes the specified item from highlight list. +%9Parameters:%9 + + The id or mask of the highlight to remove. + +%9Description:%9 + + Removes the specified highlight from the configuration. + +%9Examples:%9 + + /DEHILIGHT 1 + /DEHILIGHT 31 -See also: HILIGHT +%9See also:%9 HILIGHT |