diff options
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. |