about summary refs log tree commit diff
path: root/Doc/Zsh/grammar.yo
diff options
context:
space:
mode:
authorDaniel Shahaf <d.s@daniel.shahaf.name>2018-01-13 16:11:14 +0000
committerDaniel Shahaf <d.s@daniel.shahaf.name>2018-01-13 17:52:59 +0000
commitba752d2eb51957b85fa0003732e6e6345ad80668 (patch)
tree2e3d4bfa82a34406abfbba2fcc71800fa377f013 /Doc/Zsh/grammar.yo
parentef0aae1c27fb198f6b7983aa85fe44853a6f426c (diff)
downloadzsh-ba752d2eb51957b85fa0003732e6e6345ad80668.tar.gz
zsh-ba752d2eb51957b85fa0003732e6e6345ad80668.tar.xz
zsh-ba752d2eb51957b85fa0003732e6e6345ad80668.zip
42261: docs: Expand documentation of $histchars[1]. Joint with Matthew Martin.
Diffstat (limited to 'Doc/Zsh/grammar.yo')
-rw-r--r--Doc/Zsh/grammar.yo3
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/Zsh/grammar.yo b/Doc/Zsh/grammar.yo
index f9600424e..d2c7cd29c 100644
--- a/Doc/Zsh/grammar.yo
+++ b/Doc/Zsh/grammar.yo
@@ -671,4 +671,5 @@ single quote if it is set.
 
 Inside double quotes (tt("")), parameter and
 command substitution occur, and `tt(\)' quotes the characters
-`tt(\)', `tt(`)', `tt(")', and `tt($)'.
+`tt(\)', `tt(`)', `tt(")', `tt($)', and the first character
+of tt($histchars) (default `tt(!)').