diff options
author | Valentin Batz <senneth@irssi.org> | 2004-11-28 08:23:21 +0000 |
---|---|---|
committer | vb <vb@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2004-11-28 08:23:21 +0000 |
commit | 989a5019eef1bcae894739c76350e94c17903d5c (patch) | |
tree | 21cff9ed7a502574b8b7eab14f11c730980b6914 /docs/help | |
parent | f4513052347f636282b3bde557a8b48f108fff18 (diff) | |
download | irssi-989a5019eef1bcae894739c76350e94c17903d5c.zip |
Added a note about quotes for /COMPLETION -delete when -auto is specified for the completion you try to remove
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3685 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'docs/help')
-rw-r--r-- | docs/help/in/completion.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/help/in/completion.in b/docs/help/in/completion.in index 0570ac30..1509bf33 100644 --- a/docs/help/in/completion.in +++ b/docs/help/in/completion.in @@ -24,5 +24,8 @@ there's already some <prefix> completion in the list, it will get replaced. /COMPLETION -delete <prefix> removes completion of <prefix> from the user completion list. +Note: When -auto is specified for the <prefix> you want to remove you have to +quote it like /COMPLETION -delete '<prefix>'. Works with doublequotes aswell. + See also: BIND |