aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc_src
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2007-02-09 03:03:39 +1000
committerGravatar axel <axel@liljencrantz.se>2007-02-09 03:03:39 +1000
commite936629dc326be16d1da0f6b3189506a3db22471 (patch)
tree74d223fa8d0bdd2105926616a925e6519fa10ad7 /doc_src
parentdfabf7f2061c0cc88bd833bbac0f82231e1e1909 (diff)
Minor documentation update to reflect change in how __fish_complete_suffix function works
darcs-hash:20070208170339-ac50b-3ce23bc61e8cd7c4874748dd5f1395739c57ad36.gz
Diffstat (limited to 'doc_src')
-rw-r--r--doc_src/index.hdr.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc_src/index.hdr.in b/doc_src/index.hdr.in
index 5f168d99..77f1eb7f 100644
--- a/doc_src/index.hdr.in
+++ b/doc_src/index.hdr.in
@@ -468,9 +468,9 @@ prints a list of all user groups with the groups members as description.
prints a list of all procceses IDs with the command name as description.
-<pre>__fish_complete_suffix STRING SUFFIX DESCRIPTION</pre>
+<pre>__fish_complete_suffix SUFFIX</pre>
-performs path completion on STRING, allowing only files ending in SUFFIX, and giving them the description DESCRIPTION.
+performs file completion allowing only files ending in SUFFIX. The mimetype database is usded to find a suitable description.
<pre>__fish_complete_users</pre>