diff options
author | Geoff Wing <gcw@users.sourceforge.net> | 2001-10-05 06:13:56 +0000 |
---|---|---|
committer | Geoff Wing <gcw@users.sourceforge.net> | 2001-10-05 06:13:56 +0000 |
commit | b72c264a5d023260b5e9b7770c5fb7a1d95047f0 (patch) | |
tree | e4b4dcd0352d7b37e7441d287e02bdce3c1e7f5a /Doc/Zsh | |
parent | d13c8e8d6620d4b30e2d15c2eb1ffeede531ce88 (diff) | |
download | zsh-b72c264a5d023260b5e9b7770c5fb7a1d95047f0.tar.gz zsh-b72c264a5d023260b5e9b7770c5fb7a1d95047f0.tar.xz zsh-b72c264a5d023260b5e9b7770c5fb7a1d95047f0.zip |
s/AUTO_CONT/AUTO_CONTINUE/
Diffstat (limited to 'Doc/Zsh')
-rw-r--r-- | Doc/Zsh/options.yo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Zsh/options.yo b/Doc/Zsh/options.yo index ad332b6a9..72de9e8d3 100644 --- a/Doc/Zsh/options.yo +++ b/Doc/Zsh/options.yo @@ -94,7 +94,7 @@ command to that directory. pindex(AUTO_CONTINUE) cindex(jobs, continuing automatically) cindex(continuing jobs automatically) -item(tt(AUTO_CONT))( +item(tt(AUTO_CONTINUE))( With this option set, stopped jobs that are removed from the job table with the tt(disown) builtin command are automatically sent a tt(CONT) signal to make them running. |