diff options
author | Oliver Kiddle <opk@users.sourceforge.net> | 2002-01-16 16:29:51 +0000 |
---|---|---|
committer | Oliver Kiddle <opk@users.sourceforge.net> | 2002-01-16 16:29:51 +0000 |
commit | d7822305b4a20ba09ef0c9eb0c6c9bf697c1ee87 (patch) | |
tree | 1f21ac9faf956d67f24e2005b82a42264a27f535 /Completion/X/Command/_xfig | |
parent | 8476aa7fc2faea453c3e07dae2e58535fa2a7086 (diff) | |
download | zsh-d7822305b4a20ba09ef0c9eb0c6c9bf697c1ee87.tar.gz zsh-d7822305b4a20ba09ef0c9eb0c6c9bf697c1ee87.tar.xz zsh-d7822305b4a20ba09ef0c9eb0c6c9bf697c1ee87.zip |
16461: a number of minor completion function updates
Diffstat (limited to 'Completion/X/Command/_xfig')
-rw-r--r-- | Completion/X/Command/_xfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/X/Command/_xfig b/Completion/X/Command/_xfig index 8ea3f4a6c..cc216a7b4 100644 --- a/Completion/X/Command/_xfig +++ b/Completion/X/Command/_xfig @@ -7,7 +7,7 @@ _x_arguments \ '-but_per_row:number of buttons:' \ '-cbg:canvas background color:_x_color' \ '-cfg:canvas foreground color:_x_color' \ - '-depth:visual depth:_x_visdepth' \ + '-depth:visual depth:' \ '-exportlanguage:export language:(box latex epic eepic eepicemu pictex ibmgl eps ps pstex textyl tpic pic mf acad pcx png gif jpeg tiff ppm xbm xpm)' \ '-iconGeometry:icon geometry:_x_geometry' \ '-internalBW:internal border width:' \ |