diff options
| author | Lawrence Velázquez <vq@larryv.me> | 2021-01-14 01:04:54 -0500 |
|---|---|---|
| committer | Daniel Shahaf <d.s@daniel.shahaf.name> | 2021-02-16 00:59:14 +0000 |
| commit | 83cc7c6bf08762c3fdeb76a44e4086734ff1db13 (patch) | |
| tree | 6f84acd4627c302a3bc0a24193e1763a125ba39e /Doc | |
| parent | unposted (Daniel): add exclusion list missed in recent OpenBSD update to loca... (diff) | |
| download | zsh-83cc7c6bf08762c3fdeb76a44e4086734ff1db13.tar zsh-83cc7c6bf08762c3fdeb76a44e4086734ff1db13.tar.gz zsh-83cc7c6bf08762c3fdeb76a44e4086734ff1db13.tar.bz2 zsh-83cc7c6bf08762c3fdeb76a44e4086734ff1db13.tar.lz zsh-83cc7c6bf08762c3fdeb76a44e4086734ff1db13.tar.xz zsh-83cc7c6bf08762c3fdeb76a44e4086734ff1db13.tar.zst zsh-83cc7c6bf08762c3fdeb76a44e4086734ff1db13.zip | |
47830: Fix some documentation typos
Diffstat (limited to 'Doc')
| -rw-r--r-- | Doc/Zsh/contrib.yo | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/Zsh/contrib.yo b/Doc/Zsh/contrib.yo index 2b567056e..586ac06f5 100644 --- a/Doc/Zsh/contrib.yo +++ b/Doc/Zsh/contrib.yo @@ -465,7 +465,7 @@ allows you to edit the list of directories, one per line. The list can be edited to any extent you like; no sanity checking is performed. Completion is available. No quoting is necessary (except for newlines, where I have in any case no sympathy); directories are in -unabbreviated from and contain an absolute path, i.e. they start with tt(/). +unabbreviated form and contain an absolute path, i.e. they start with tt(/). Usually the first entry should be left as the current directory. ) item(tt(-p ')var(pattern)tt('))( @@ -708,7 +708,7 @@ that the wrapper function gets. This configuration is described below. Then arrange for the wrapper to be run as a zsh_directory_name hook: -example(autoload -Uz add-zsh-hook zsh_diretory_name_generic zdn_mywrapper +example(autoload -Uz add-zsh-hook zsh_directory_name_generic zdn_mywrapper add-zsh-hook -U zsh_directory_name zdn_mywrapper) subsect(Configuration) |
