diff options
author | Barton E. Schaefer <schaefer@zsh.org> | 2014-07-20 11:44:51 -0700 |
---|---|---|
committer | Barton E. Schaefer <schaefer@zsh.org> | 2014-07-20 11:44:51 -0700 |
commit | 4054f1a0e8b4e3ead410d30736bb7c2aaca39d85 (patch) | |
tree | c5a16b22db9c23784a9647be5f753b357265307a /Doc/Zsh/builtins.yo | |
parent | 2693d852f61ee5e1465d31d98a166cde4956ccd1 (diff) | |
download | zsh-4054f1a0e8b4e3ead410d30736bb7c2aaca39d85.tar.gz zsh-4054f1a0e8b4e3ead410d30736bb7c2aaca39d85.tar.xz zsh-4054f1a0e8b4e3ead410d30736bb7c2aaca39d85.zip |
force retention of whitespace in "fc" item prototype
Diffstat (limited to 'Doc/Zsh/builtins.yo')
-rw-r--r-- | Doc/Zsh/builtins.yo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Zsh/builtins.yo b/Doc/Zsh/builtins.yo index dd090d65f..a4d6f89d0 100644 --- a/Doc/Zsh/builtins.yo +++ b/Doc/Zsh/builtins.yo @@ -653,7 +653,7 @@ cindex(history, editing) cindex(editing history) xitem(tt(fc) [ tt(-e) var(ename) ] [ tt(-m) var(match) ] [ var(old)tt(=)var(new) ... ] [ var(first) [ var(last) ] ]) xitem(tt(fc) tt(-l) [ tt(-nrdfEiD) ] [ tt(-t) var(timefmt) ] [ tt(-m) var(match) ]) -xitem( [ var(old)tt(=)var(new) ... ] [ var(first) [ var(last) ] ]) +xitem(tt( )[ var(old)tt(=)var(new) ... ] [ var(first) [ var(last) ] ]) xitem(tt(fc) tt(-p) [ tt(-a) ] [ var(filename) [ var(histsize) [ var(savehistsize) ] ] ]) xitem(tt(fc) tt(-P)) item(tt(fc) tt(-ARWI) [ var(filename) ])( |