about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2008-05-18 16:08:14 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2008-05-18 16:08:14 +0000
commitcfff2d521e1632ffc57823437de0709662d85e9b (patch)
treeb2cefa2bad5d3526b0d4447ba72a4f57a9173a88
parentc894f695cc02f16af429c7506bb78354dcd9a1e3 (diff)
downloadzsh-cfff2d521e1632ffc57823437de0709662d85e9b.tar.gz
zsh-cfff2d521e1632ffc57823437de0709662d85e9b.tar.xz
zsh-cfff2d521e1632ffc57823437de0709662d85e9b.zip
25054: typo in prompt doc
-rw-r--r--ChangeLog4
-rw-r--r--Doc/Zsh/prompt.yo2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 55a4fea20..ae6b65fad 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-05-18  Peter Stephenson  <p.w.stephenson@ntlworld.com>
+
+	* Mikael: 25054: Doc/Zsh/prompt.yo: typo.
+
 2008-05-17  Peter Stephenson  <p.w.stephenson@ntlworld.com>
 
 	* unposted: Src/utils.c: unused variable in 25057.
diff --git a/Doc/Zsh/prompt.yo b/Doc/Zsh/prompt.yo
index 23559512f..d5177346a 100644
--- a/Doc/Zsh/prompt.yo
+++ b/Doc/Zsh/prompt.yo
@@ -203,7 +203,7 @@ Include a string as a literal escape sequence.
 The string within the braces should not change the cursor
 position.  Brace pairs can nest.
 
-A positive numeric argument between the tt(%) and the %%({) is treated as
+A positive numeric argument between the tt(%) and the tt({) is treated as
 described for tt(%G) below.
 )
 item(tt(%G))(