summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--doc/uniwbrk.texi26
2 files changed, 17 insertions, 13 deletions
diff --git a/ChangeLog b/ChangeLog
index 8a60020..dd05c80 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2008-04-10 Bruno Haible <bruno@clisp.org>
+ * doc/uniwbrk.texi (Word break property): Remove extra white space.
+
+2008-04-10 Bruno Haible <bruno@clisp.org>
+
Provide an installable iconveh.h replacement.
* gnulib-local/lib/uniconv.h.diff: Include unistring-iconveh.h instead
of iconveh.h. Don't include striconveha.h.
diff --git a/doc/uniwbrk.texi b/doc/uniwbrk.texi
index 7b081fb..1f4fece 100644
--- a/doc/uniwbrk.texi
+++ b/doc/uniwbrk.texi
@@ -49,19 +49,19 @@ determining the word breaks in a string.
The following are the possible values of the word break property. More values
may be added in the future.
-@deftypevr Constant int WBP_OTHER
-@deftypevrx Constant int WBP_CR
-@deftypevrx Constant int WBP_LF
-@deftypevrx Constant int WBP_NEWLINE
-@deftypevrx Constant int WBP_EXTEND
-@deftypevrx Constant int WBP_FORMAT
-@deftypevrx Constant int WBP_KATAKANA
-@deftypevrx Constant int WBP_ALETTER
-@deftypevrx Constant int WBP_MIDNUMLET
-@deftypevrx Constant int WBP_MIDLETTER
-@deftypevrx Constant int WBP_MIDNUM
-@deftypevrx Constant int WBP_NUMERIC
-@deftypevrx Constant int WBP_EXTENDNUMLET
+@deftypevr Constant int WBP_OTHER
+@deftypevrx Constant int WBP_CR
+@deftypevrx Constant int WBP_LF
+@deftypevrx Constant int WBP_NEWLINE
+@deftypevrx Constant int WBP_EXTEND
+@deftypevrx Constant int WBP_FORMAT
+@deftypevrx Constant int WBP_KATAKANA
+@deftypevrx Constant int WBP_ALETTER
+@deftypevrx Constant int WBP_MIDNUMLET
+@deftypevrx Constant int WBP_MIDLETTER
+@deftypevrx Constant int WBP_MIDNUM
+@deftypevrx Constant int WBP_NUMERIC
+@deftypevrx Constant int WBP_EXTENDNUMLET
@end deftypevr
The following function looks up the word break property of a character.