diff options
| author | Wayne Davison <wayned@users.sourceforge.net> | 2004-05-21 20:04:59 +0000 |
|---|---|---|
| committer | Wayne Davison <wayned@users.sourceforge.net> | 2004-05-21 20:04:59 +0000 |
| commit | f0742aeaa5ca28ca9680735f2b540c7f8da10df5 (patch) | |
| tree | b8de66ef006a4887ce8f66d846acf1b6a6fd422e | |
| parent | 19971: Fix environment nastiness in zexecve() (diff) | |
| download | zsh-f0742aeaa5ca28ca9680735f2b540c7f8da10df5.tar zsh-f0742aeaa5ca28ca9680735f2b540c7f8da10df5.tar.gz zsh-f0742aeaa5ca28ca9680735f2b540c7f8da10df5.tar.bz2 zsh-f0742aeaa5ca28ca9680735f2b540c7f8da10df5.tar.lz zsh-f0742aeaa5ca28ca9680735f2b540c7f8da10df5.tar.xz zsh-f0742aeaa5ca28ca9680735f2b540c7f8da10df5.tar.zst zsh-f0742aeaa5ca28ca9680735f2b540c7f8da10df5.zip | |
Document the new -a option to `fc -p' and improved the documentation for
the history push/pop in other ways.
| -rw-r--r-- | Doc/Zsh/builtins.yo | 36 |
1 files changed, 25 insertions, 11 deletions
diff --git a/Doc/Zsh/builtins.yo b/Doc/Zsh/builtins.yo index f9d1a5de1..0b3ca9b6c 100644 --- a/Doc/Zsh/builtins.yo +++ b/Doc/Zsh/builtins.yo |
