about summary refs log tree commit diff
path: root/Doc/Zsh/zle.yo
diff options
context:
space:
mode:
authorOliver Kiddle <opk@zsh.org>2016-11-24 16:05:00 +0100
committerOliver Kiddle <opk@zsh.org>2016-11-24 16:05:00 +0100
commit3570172d3be4e10549a9966b39f8cae762975bcd (patch)
tree3e792eb74e51d29c4e8aa0bccb92148b18cc1a51 /Doc/Zsh/zle.yo
parentfe2d87767ddf4f6d325dbc76a0b6e6dc624ce556 (diff)
downloadzsh-3570172d3be4e10549a9966b39f8cae762975bcd.tar.gz
zsh-3570172d3be4e10549a9966b39f8cae762975bcd.tar.xz
zsh-3570172d3be4e10549a9966b39f8cae762975bcd.zip
40003: include "0-"9 vi buffers in the registers associative array
Diffstat (limited to 'Doc/Zsh/zle.yo')
-rw-r--r--Doc/Zsh/zle.yo2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Zsh/zle.yo b/Doc/Zsh/zle.yo
index ff3144802..d68365b94 100644
--- a/Doc/Zsh/zle.yo
+++ b/Doc/Zsh/zle.yo
@@ -1000,7 +1000,7 @@ ifnzman(noderef(Character Highlighting)) for details.
 )
 vindex(registers)
 item(tt(registers) (associative array))(
-The contents of each of the `named' vi register buffers. These are
+The contents of each of the vi register buffers. These are
 typically set using tt(vi-set-buffer) followed by a delete, change or
 yank command.
 )