# HG changeset patch # User Kenichi Handa # Date 909388811 0 # Node ID 6f3b920860e51557458342de0bfb772f26d2a190 # Parent eaf358b2e8ddcc439b6a1f28c8b2197634063b61 (syms_of_category): Doc-string modified. diff -r eaf358b2e8dd -r 6f3b920860e5 src/category.c --- a/src/category.c Mon Oct 26 08:00:11 1998 +0000 +++ b/src/category.c Mon Oct 26 08:00:11 1998 +0000 @@ -641,7 +641,7 @@ word (i.e. finds no word boundary between them) iff they belongs to\n\ the same charset. But, exceptions are allowed in the following cases.\n\ \n\ -(1) The case that characters are in different charsets is controlled\n\ +\(1) The case that characters are in different charsets is controlled\n\ by the variable `word-combining-categories'.\n\ \n\ Emacs finds no word boundary between characters of different charsets\n\ @@ -655,7 +655,7 @@ form a single word, the element `(?l . ?l)' should be in this list\n\ because both characters have the category `l' (Latin characters).\n\ \n\ -(2) The case that character are in the same charset is controlled by\n\ +\(2) The case that character are in the same charset is controlled by\n\ the variable `word-separating-categories'.\n\ \n\ Emacs find a word boundary between characters of the same charset\n\