diff options
| author | Lawrence Velázquez <larryv@zsh.org> | 2025-06-11 22:41:27 -0400 |
|---|---|---|
| committer | Oliver Kiddle <opk@zsh.org> | 2025-11-12 08:30:16 +0100 |
| commit | 87fa6d7f055f97eb027f213a8234e2e74f0a02c0 (patch) | |
| tree | 1e7eb922cdf2a4b76752201268fd2851df7218ba /Doc/Zsh/zle.yo | |
| parent | 54071: fix prompt colour completion (diff) | |
| download | zsh-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.yo | 2 |
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) |
