diff options
Diffstat (limited to 'Doc/Zsh/roadmap.yo')
-rw-r--r-- | Doc/Zsh/roadmap.yo | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/Zsh/roadmap.yo b/Doc/Zsh/roadmap.yo index 94ef74d1f..2db90889b 100644 --- a/Doc/Zsh/roadmap.yo +++ b/Doc/Zsh/roadmap.yo @@ -20,7 +20,7 @@ The function is designed to be self-explanatory. You can run it by hand with `tt(autoload -Uz zsh-newuser-install; zsh-newuser-install -f)'. See also ifnzman(noderef(User Configuration Functions))\ -ifzman(the section User Configuration Functions in zmanref(zshcontrib)). +ifzman(the section `User Configuration Functions' in zmanref(zshcontrib)). sect(Interactive Use) @@ -49,7 +49,7 @@ The shell now supports the UTF-8 character set (and also others if supported by the operating system). This is (mostly) handled transparently by the shell, but the degree of support in terminal emulators is variable. There is some discussion of this in the shell FAQ, -uref(http://www.zsh.org/FAQ/). Note in particular that for combining +uref(https://www.zsh.org/FAQ/). Note in particular that for combining characters to be handled the option tt(COMBINING_CHARS) needs to be set. Because the shell is now more sensitive to the definition of the character set, note that if you are upgrading from an older version of |