diff options
| author | Wayne Davison <wayned@users.sourceforge.net> | 2005-12-18 20:12:29 +0000 |
|---|---|---|
| committer | Wayne Davison <wayned@users.sourceforge.net> | 2005-12-18 20:12:29 +0000 |
| commit | 4c323c984e769339f01d0792d933f90c14e9409d (patch) | |
| tree | 061f649a69c16227f14cfc8aaea59cfd4a46ae72 | |
| parent | Changed UTF-8 closing-single-quotes into ASCII apostrophes. (diff) | |
| download | zsh-4c323c984e769339f01d0792d933f90c14e9409d.tar zsh-4c323c984e769339f01d0792d933f90c14e9409d.tar.gz zsh-4c323c984e769339f01d0792d933f90c14e9409d.tar.bz2 zsh-4c323c984e769339f01d0792d933f90c14e9409d.tar.lz zsh-4c323c984e769339f01d0792d933f90c14e9409d.tar.xz zsh-4c323c984e769339f01d0792d933f90c14e9409d.tar.zst zsh-4c323c984e769339f01d0792d933f90c14e9409d.zip | |
Changed a UTF-8 closing-single-quote into an ASCII apostrophe.
| -rw-r--r-- | Doc/Zsh/contrib.yo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Zsh/contrib.yo b/Doc/Zsh/contrib.yo index 43d2812ff..534c8d4de 100644 --- a/Doc/Zsh/contrib.yo +++ b/Doc/Zsh/contrib.yo @@ -1457,7 +1457,7 @@ A tt(PLUS()) in the list will be replaced by the default files. item(tt(never-background))( If this boolean style is set, the handler for the given context is always run in the foreground, even if the flags provided in the mailcap -entry suggest it need not be (for example, it doesnʼt require a +entry suggest it need not be (for example, it doesn't require a terminal). ) item(tt(pager))( |
