about summary refs log tree commit diff
path: root/Doc
diff options
context:
space:
mode:
authorJun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>2015-04-03 21:40:25 +0900
committerJun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>2015-04-03 21:40:25 +0900
commitf5e7c4c839e9d5dbd325f563e7584b07f4835f52 (patch)
tree2d06277689241c313ddc094821d48f8e68f2ddf0 /Doc
parent1278156dc39a048c118e94fa3cea5373f56cf319 (diff)
downloadzsh-f5e7c4c839e9d5dbd325f563e7584b07f4835f52.tar.gz
zsh-f5e7c4c839e9d5dbd325f563e7584b07f4835f52.tar.xz
zsh-f5e7c4c839e9d5dbd325f563e7584b07f4835f52.zip
34840: minor format fixes in prompt.yo
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Zsh/prompt.yo6
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/Zsh/prompt.yo b/Doc/Zsh/prompt.yo
index 08dcded24..307587678 100644
--- a/Doc/Zsh/prompt.yo
+++ b/Doc/Zsh/prompt.yo
@@ -274,7 +274,7 @@ The value of the first element of the tt(psvar) array parameter.  Following
 the `tt(%)' with an integer gives that element of the array.  Negative
 integers count from the end of the array.
 )
-item(tt(%LPAR())var(x.true-text.false-text)tt(RPAR()))(
+item(tt(%LPAR())var(x)tt(.)var(true-text)tt(.)var(false-text)tt(RPAR()))(
 Specifies a ternary expression.  The character following the var(x) is
 arbitrary; the same character is used to separate the text for the
 `true' result from that for the `false' result.
@@ -364,7 +364,7 @@ level (i.e. truncations inside a `tt(%LPAR())' are separate), which
 ever comes first.  In particular, a truncation with argument zero
 (e.g., `tt(%<<)') marks the end of the range of the string to be
 truncated while turning off truncation from there on. For example, the
-prompt '%10<...<%~%<<%# ' will print a truncated representation of the
+prompt `tt(%10<...<%~%<<%# )' will print a truncated representation of the
 current directory, followed by a `tt(%)' or `tt(#)', followed by a
 space.  Without the `tt(%<<)', those two characters would be included
 in the string to be truncated.  Note that `tt(%-0<<)' is not equivalent
@@ -375,7 +375,7 @@ delimited by embedded newlines (if any).  If the total length of any line
 of the prompt after truncation is greater than the terminal width, or if
 the part to be truncated contains embedded newlines, truncation behavior
 is undefined and may change in a future version of the shell.  Use
-`tt(%-var(n)LPAR()l.var(true-text).var(false-text)RPAR())' to remove parts
+`tt(%-)var(n)tt(LPAR()l.)var(true-text)tt(.)var(false-text)tt(RPAR())' to remove parts
 of the prompt when the available space is less than var(n).
 )
 enditem()