about summary refs log tree commit diff
path: root/Etc
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2005-01-11 18:24:51 +0000
committerClint Adams <clint@users.sourceforge.net>2005-01-11 18:24:51 +0000
commit8db6e42ecdcde1bd587bf03ac38b2044f944e239 (patch)
treebc12adba0882547a01bb97e804307e14c6147f62 /Etc
parentd7e97230ff23ea923c112c9e023bc4c3c40bf872 (diff)
downloadzsh-8db6e42ecdcde1bd587bf03ac38b2044f944e239.tar.gz
zsh-8db6e42ecdcde1bd587bf03ac38b2044f944e239.tar.xz
zsh-8db6e42ecdcde1bd587bf03ac38b2044f944e239.zip
* 20657: Src/Zle/zle_tricky.c: sort completions partially based on LC_COLLATE setting.
Diffstat (limited to 'Etc')
-rw-r--r--Etc/FAQ.yo2
1 files changed, 1 insertions, 1 deletions
diff --git a/Etc/FAQ.yo b/Etc/FAQ.yo
index 618149259..c91fce18d 100644
--- a/Etc/FAQ.yo
+++ b/Etc/FAQ.yo
@@ -88,7 +88,7 @@ Chapter 2:  How does zsh differ from...?
 2.4. tcsh?
 2.5. bash?
 2.6. Shouldn't zsh be more/less like ksh/(t)csh?
-2.7. What is zsh's support Unicode/UTF-8?
+2.7. What is zsh's support for Unicode/UTF-8?
 
 Chapter 3:  How to get various things to work
 3.1. Why does `$var' where `var="foo bar"' not do what I expect?