diff options
author | Bart Schaefer <barts@users.sourceforge.net> | 2000-09-04 21:10:29 +0000 |
---|---|---|
committer | Bart Schaefer <barts@users.sourceforge.net> | 2000-09-04 21:10:29 +0000 |
commit | dc1f7c5a3429321b10c6e05c11d99c94ff5c3e87 (patch) | |
tree | 904366741d50f3a05e55ecf909aaf41f14c1380f /Doc/Zsh/builtins.yo | |
parent | 88b886e6034b1902c929eb6e6e2a06b9f4854c03 (diff) | |
download | zsh-dc1f7c5a3429321b10c6e05c11d99c94ff5c3e87.tar.gz zsh-dc1f7c5a3429321b10c6e05c11d99c94ff5c3e87.tar.xz zsh-dc1f7c5a3429321b10c6e05c11d99c94ff5c3e87.zip |
Create "User Contributions" doc and make some assoctiated changes.
Diffstat (limited to 'Doc/Zsh/builtins.yo')
-rw-r--r-- | Doc/Zsh/builtins.yo | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Doc/Zsh/builtins.yo b/Doc/Zsh/builtins.yo index f11b2e981..9ae75bd35 100644 --- a/Doc/Zsh/builtins.yo +++ b/Doc/Zsh/builtins.yo @@ -702,7 +702,10 @@ Treat the arguments as directory names, replacing prefixes with tt(~) expressions, as appropriate. ) item(tt(-P))( -Perform prompt expansion (see noderef(Prompt Expansion)). +Perform prompt expansion (see +ifzman(zmanref(zshmisc))\ +ifnzman(noderef(Prompt Expansion))\ +). ) enditem() ) |