* many: small cosmetic / documentation updates

This commit is contained in:
Dirk-Jan C. Binnema
2010-08-23 08:23:58 +03:00
parent 43b1c0fcf1
commit 1b75323e1c
6 changed files with 36 additions and 22 deletions

View File

@ -1,5 +1,4 @@
#compdef mu
#-*-mode:sh-*-
## Copyright (C) 2008-2010 Dirk-Jan C. Binnema <djcb@djcbsoftware.nl>
##
@ -38,7 +37,7 @@ _mu_view() {
}
_mu_extract() {
_files
_files
}
_mu_find() {
@ -74,3 +73,7 @@ _mu() {
_mu "$@"
# Local variables:
# mode: sh
# End: