diff options
author | Bruno Haible <bruno@clisp.org> | 2009-04-11 02:38:46 +0200 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-04-11 02:38:46 +0200 |
commit | cda0a8cfd9ce482dc2bc2ed262a97b2aa805cb0a (patch) | |
tree | 7768ea975cd4a47bcfc93ce1c7c3c741ebc23299 /doc/uniwbrk.texi | |
parent | 79e08e43c1f20228ed88b76ec3d4931ef2107554 (diff) | |
download | libunistring-cda0a8cfd9ce482dc2bc2ed262a97b2aa805cb0a.tar.gz |
Remove extraneous whitespace.
Diffstat (limited to 'doc/uniwbrk.texi')
-rw-r--r-- | doc/uniwbrk.texi | 26 |
1 files changed, 13 insertions, 13 deletions
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. |