aboutsummaryrefslogtreecommitdiffhomepage
path: root/init
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2005-09-26 08:41:26 +1000
committerGravatar axel <axel@liljencrantz.se>2005-09-26 08:41:26 +1000
commit7ba8307707578a3995e2b9655b05096bf620ddef (patch)
tree2693b4ad5623059758d333f04e1e49252ce44dad /init
parentf392e3044c3a7cd6ae07d61b381d429d8518061b (diff)
Remove non-unicode quotes, replace with bold
darcs-hash:20050925224126-ac50b-1cfaa3159776029f2e7c6b538f4356fccf214861.gz
Diffstat (limited to 'init')
-rw-r--r--init/fish_function.fish2
1 files changed, 1 insertions, 1 deletions
diff --git a/init/fish_function.fish b/init/fish_function.fish
index c19e98d4..de57042d 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)