From 7ba8307707578a3995e2b9655b05096bf620ddef Mon Sep 17 00:00:00 2001 From: axel Date: Mon, 26 Sep 2005 08:41:26 +1000 Subject: [PATCH] Remove non-unicode quotes, replace with bold darcs-hash:20050925224126-ac50b-1cfaa3159776029f2e7c6b538f4356fccf214861.gz --- init/fish_function.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init/fish_function.fish b/init/fish_function.fish index c19e98d4e..de57042d7 100644 --- a/init/fish_function.fish +++ b/init/fish_function.fish @@ -585,7 +585,7 @@ echo \t$bullet (__bold -h) or (__bold --help) print this message echo \t$bullet (__bold -a) or (__bold --all) print all possible definitions of the specified \n\t\ \ names echo \t$bullet (__bold -f) or (__bold --no-functions) supresses function and builtin lookup echo \t$bullet (__bold -t) or (__bold --type) print a string which is one of alias, keyword, \n\t\ \ function, builtin, or file if name is an alias, shell \n\t\ \ reserved word, function, builtin, or disk file, respectively -echo \t$bullet (__bold -p) or (__bold --path) either return the name of the disk file that would \n\t\ \ be executed if name were specified as a command name, or nothing \n\t\ \ if ‘‘type -t name’’ would not return file +echo \t$bullet (__bold -p) or (__bold --path) either return the name of the disk file that would \n\t\ \ be executed if name were specified as a command name, or nothing \n\t\ \ if (__bold "type -t name") would not return file echo \t$bullet (__bold -P) or (__bold --force-path) either return the name of the disk file that \n\t\ \ would be executed if name were specified as a command name, \n\t\ \ or nothing no file with the spacified name could be found \n\t\ \ in the PATH echo echo (__bold Example)