summaryrefslogtreecommitdiffstats
path: root/Doc/Zsh/zle.yo
diff options
context:
space:
mode:
authorLawrence Velázquez <larryv@zsh.org>2025-06-11 22:41:27 -0400
committerOliver Kiddle <opk@zsh.org>2025-11-12 08:30:16 +0100
commit87fa6d7f055f97eb027f213a8234e2e74f0a02c0 (patch)
tree1e7eb922cdf2a4b76752201268fd2851df7218ba /Doc/Zsh/zle.yo
parent54071: fix prompt colour completion (diff)
downloadzsh-87fa6d7f055f97eb027f213a8234e2e74f0a02c0.tar
zsh-87fa6d7f055f97eb027f213a8234e2e74f0a02c0.tar.gz
zsh-87fa6d7f055f97eb027f213a8234e2e74f0a02c0.tar.bz2
zsh-87fa6d7f055f97eb027f213a8234e2e74f0a02c0.tar.lz
zsh-87fa6d7f055f97eb027f213a8234e2e74f0a02c0.tar.xz
zsh-87fa6d7f055f97eb027f213a8234e2e74f0a02c0.tar.zst
zsh-87fa6d7f055f97eb027f213a8234e2e74f0a02c0.zip
53775: Fix some documentation typos
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 29a8b8597..315048887 100644
--- a/Doc/Zsh/zle.yo
+++ b/Doc/Zsh/zle.yo
@@ -2563,7 +2563,7 @@ tt(command) keymap, and if not found there in the main keymap.
tindex(which-command)
item(tt(which-command) (tt(ESC-?)) (unbound) (unbound))(
Push the buffer onto the buffer stack, and execute the
-command `tt(which-command) var(cmd)'. where var(cmd) is the current
+command `tt(which-command) var(cmd)', where var(cmd) is the current
command. tt(which-command) is normally aliased to tt(whence).
)
tindex(vi-digit-or-beginning-of-line)