From 5a8205ac2b327e37b7f22106d32c576c9705e46b Mon Sep 17 00:00:00 2001 From: axel Date: Fri, 9 Dec 2005 13:50:42 +1000 Subject: [PATCH] Shorten ${foo} error message a bit darcs-hash:20051209035042-ac50b-b71d3e2b326cf18c4520c86d6587d432230d7ac9.gz --- expand.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/expand.c b/expand.c index 8ccfda423..f1d26797d 100644 --- a/expand.c +++ b/expand.c @@ -68,7 +68,7 @@ parameter expansion. #define COMPLETE_LAST_DESC COMPLETE_SEP_STR L"Last background job" #define COMPLETE_VAR_DESC L"Variable name is zero characters long." -#define COMPLETE_VAR2_DESC L" Did you mean {$VARIABLE}? For information on how variable expansion in fish differs from Posix variable expansion, see the manual section on variable expansion by typing 'help expand-variable'." +#define COMPLETE_VAR2_DESC L"Variable name is zero characters long. Did you mean{$VARIABLE}? To learn about variable expansion in fish, type 'help expand-variable'." /** String in process expansion denoting ourself