From 61a398eac88ecd571233d50115a910390fb5018d Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Mon, 26 Oct 1998 08:00:11 +0000 Subject: [PATCH] (syms_of_category): Doc-string modified. --- src/category.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/category.c b/src/category.c index 182cfd2901f..d858fd1e36d 100644 --- a/src/category.c +++ b/src/category.c @@ -641,7 +641,7 @@ Emacs treats a sequence of word constituent characters as a single\n\ 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 @@ For instance, to tell that ASCII characters and Latin-1 characters can\n\ 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\ -- 2.39.2