about summary refs log tree commit diff
path: root/Etc/FAQ.yo
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2008-10-30 12:18:54 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2008-10-30 12:18:54 +0000
commit2adb5a6d70c5f04efdb7ca19e92b7a3af48f5d0b (patch)
tree33d5b21e88e5d8079034ceec614260ed6a772063 /Etc/FAQ.yo
parent9b032ff6d86cea9ab4615eb29b781261a6eb561a (diff)
downloadzsh-2adb5a6d70c5f04efdb7ca19e92b7a3af48f5d0b.tar.gz
zsh-2adb5a6d70c5f04efdb7ca19e92b7a3af48f5d0b.tar.xz
zsh-2adb5a6d70c5f04efdb7ca19e92b7a3af48f5d0b.zip
4.3.9
Diffstat (limited to 'Etc/FAQ.yo')
-rw-r--r--Etc/FAQ.yo4
1 files changed, 2 insertions, 2 deletions
diff --git a/Etc/FAQ.yo b/Etc/FAQ.yo
index 05ee8b277..1cf3cae49 100644
--- a/Etc/FAQ.yo
+++ b/Etc/FAQ.yo
@@ -298,7 +298,7 @@ sect(On what machines will it run?)
 sect(What's the latest version?)
 
   Zsh 4.2.7 is the latest production version.  The latest development
-  version is 4.3.8; this contains support for multibyte character strings
+  version is 4.3.9; this contains support for multibyte character strings
   (such as UTF-8 locales).  All the main features for multibyte
   support are now in place, although there is some debugging work
   still to be done.
@@ -2032,7 +2032,7 @@ sect(How does zsh handle multibyte input and output?)
   set the tt(MULTIBYTE) option.
 
   The other option that affects multibyte support is tt(COMBINING_CHARS),
-  new in version 4.3.8.  When this is set, any zero-length punctuation
+  new in version 4.3.9.  When this is set, any zero-length punctuation
   characters that follow an alphanumeric character (the base character) are
   assumed to be modifications (accents etc.) to the base character and to
   be displayed within the same screen area as the base character.  As not