From 989a5019eef1bcae894739c76350e94c17903d5c Mon Sep 17 00:00:00 2001 From: Valentin Batz Date: Sun, 28 Nov 2004 08:23:21 +0000 Subject: [PATCH] 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 --- docs/help/in/completion.in | 3 +++ 1 file changed, 3 insertions(+) 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 completion in the list, it will get replaced. /COMPLETION -delete removes completion of from the user completion list. +Note: When -auto is specified for the you want to remove you have to +quote it like /COMPLETION -delete ''. Works with doublequotes aswell. + See also: BIND