summary refs log tree commit diff
path: root/Doc
diff options
context:
space:
mode:
authorDaniel Shahaf <d.s@daniel.shahaf.name>2017-03-10 08:56:52 +0000
committerDaniel Shahaf <d.s@daniel.shahaf.name>2017-03-12 19:37:18 +0000
commitd044530afd34c9d281953e304e9b2a622cb0c0f0 (patch)
tree1de98d96e15813cdf8728707ff459386998d557a /Doc
parent2ff71e84ba6e2b92261b7052721e15ce35c496ca (diff)
downloadzsh-d044530afd34c9d281953e304e9b2a622cb0c0f0.tar.gz
zsh-d044530afd34c9d281953e304e9b2a622cb0c0f0.tar.xz
zsh-d044530afd34c9d281953e304e9b2a622cb0c0f0.zip
40816: Document interaction of 'print -P' and 'print -f'.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Zsh/builtins.yo3
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/Zsh/builtins.yo b/Doc/Zsh/builtins.yo
index 37e386581..81c201f70 100644
--- a/Doc/Zsh/builtins.yo
+++ b/Doc/Zsh/builtins.yo
@@ -1252,6 +1252,9 @@ Perform prompt expansion (see
 ifzman(EXPANSION OF PROMPT SEQUENCES in zmanref(zshmisc))\
 ifnzman(noderef(Prompt Expansion))\
 ).
+In combination with `tt(-f)',
+prompt escape sequences are parsed only within interpolated arguments,
+not within the format string.
 )
 item(tt(-r))(
 Ignore the escape conventions of tt(echo).