about summary refs log tree commit diff
path: root/Doc/Zsh/zle.yo
diff options
context:
space:
mode:
authorJun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>2015-03-06 20:32:56 +0900
committerJun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>2015-03-06 20:32:56 +0900
commitd902b55bd404902ea42f4ac780d47960e088d9fd (patch)
treec4a1ee39d96d9e2deee0e4eb9fb2a8fe414466f6 /Doc/Zsh/zle.yo
parent2f3547689cfc8b1b1bf4cbdbd7b3714e2ab1d0a2 (diff)
downloadzsh-d902b55bd404902ea42f4ac780d47960e088d9fd.tar.gz
zsh-d902b55bd404902ea42f4ac780d47960e088d9fd.tar.xz
zsh-d902b55bd404902ea42f4ac780d47960e088d9fd.zip
34643: clarify documentation for print and bindkey
Diffstat (limited to 'Doc/Zsh/zle.yo')
-rw-r--r--Doc/Zsh/zle.yo2
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/Zsh/zle.yo b/Doc/Zsh/zle.yo
index b8b9b8c9c..8fabe4b4c 100644
--- a/Doc/Zsh/zle.yo
+++ b/Doc/Zsh/zle.yo
@@ -312,6 +312,8 @@ sitem(tt(\t))(horizontal tab)
 sitem(tt(\v))(vertical tab)
 sitem(tt(\)var(NNN))(character code in octal)
 sitem(tt(\x)var(NN))(character code in hexadecimal)
+sitem(tt(\u)var(NNNN))(unicode character code in hexadecimal)
+sitem(tt(\U)var(NNNNNNNN))(unicode character code in hexadecimal)
 sitem(tt(\M)[tt(-)]var(X))(character with meta bit set)
 sitem(tt(\C)[tt(-)]var(X))(control character)
 sitem(tt(^)var(X))(control character)