about summary refs log tree commit diff
path: root/Doc/Zsh/builtins.yo
diff options
context:
space:
mode:
authorPhil Pennock <zsh-workers+phil.pennock@spodhuis.org>2017-01-09 15:32:09 -0500
committerDaniel Shahaf <d.s@daniel.shahaf.name>2017-01-10 03:48:25 +0000
commit1db0eea95ae3d09475a8746ed85fe764b7c89798 (patch)
treeb7fb41320751e7b0c600c3ccaa990c5d1b49d710 /Doc/Zsh/builtins.yo
parentebcc57210dab15bfc4ba2415bd98bca548966ef6 (diff)
downloadzsh-1db0eea95ae3d09475a8746ed85fe764b7c89798.tar.gz
zsh-1db0eea95ae3d09475a8746ed85fe764b7c89798.tar.xz
zsh-1db0eea95ae3d09475a8746ed85fe764b7c89798.zip
40318 (in part): Document echo \c behaviour.
Diffstat (limited to 'Doc/Zsh/builtins.yo')
-rw-r--r--Doc/Zsh/builtins.yo2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Zsh/builtins.yo b/Doc/Zsh/builtins.yo
index 7b04d0648..af336efa4 100644
--- a/Doc/Zsh/builtins.yo
+++ b/Doc/Zsh/builtins.yo
@@ -453,7 +453,7 @@ tt(echo) recognizes the following escape sequences:
 startsitem()
 sitem(tt(\a))(bell character)
 sitem(tt(\b))(backspace)
-sitem(tt(\c))(suppress final newline)
+sitem(tt(\c))(suppress subsequent characters and final newline)
 sitem(tt(\e))(escape)
 sitem(tt(\f))(form feed)
 sitem(tt(\n))(linefeed (newline))