From ebf5d59dc76245252f0ee206b23b713894fb9f16 Mon Sep 17 00:00:00 2001
From: Raymond Toy <toy.raymond@gmail.com>
Date: Fri, 3 Feb 2012 20:59:04 -0800
Subject: [PATCH] Update from current sources.

---
 src/i18n/locale/cmucl.pot | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/src/i18n/locale/cmucl.pot b/src/i18n/locale/cmucl.pot
index fe5e87636..361d385f4 100644
--- a/src/i18n/locale/cmucl.pot
+++ b/src/i18n/locale/cmucl.pot
@@ -3893,10 +3893,12 @@ msgstr ""
 msgid ""
 "Given a string, returns a copy of the string with the first\n"
 "  character of each ``word'' converted to upper-case, and remaining\n"
-"  chars in the word converted to lower case. A ``word'' is defined\n"
-"  to be a string of case-modifiable characters delimited by\n"
-"  non-case-modifiable chars.  Casing is :simple or :full for\n"
-"  simple or full case conversion, respectively."
+"  chars in the word converted to lower case. Casing is :simple or\n"
+"  :full for simple or full case conversion, respectively.  If\n"
+"  Unicode-Word-Break is non-Nil, then the Unicode word-breaking\n"
+"  algorithm is used to determine the word boundaries.  Otherwise, A\n"
+"  ``word'' is defined to be a string of case-modifiable characters\n"
+"  delimited by non-case-modifiable chars.  "
 msgstr ""
 
 #: src/code/string.lisp
-- 
GitLab