From e936629dc326be16d1da0f6b3189506a3db22471 Mon Sep 17 00:00:00 2001 From: axel Date: Fri, 9 Feb 2007 03:03:39 +1000 Subject: [PATCH] Minor documentation update to reflect change in how __fish_complete_suffix function works darcs-hash:20070208170339-ac50b-3ce23bc61e8cd7c4874748dd5f1395739c57ad36.gz --- doc_src/index.hdr.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc_src/index.hdr.in b/doc_src/index.hdr.in index 5f168d99f..77f1eb7ff 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. -
__fish_complete_suffix STRING SUFFIX DESCRIPTION
+
__fish_complete_suffix SUFFIX
-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.
__fish_complete_users