aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKenichi Handa1998-10-26 08:00:11 +0000
committerKenichi Handa1998-10-26 08:00:11 +0000
commit61a398eac88ecd571233d50115a910390fb5018d (patch)
treeaec73712cb927f6c97d7dcb0eff00d2b1ef7a4b6 /src
parent0007bdd098d4397ac1ad9e272617fb8e93a1ad40 (diff)
downloademacs-61a398eac88ecd571233d50115a910390fb5018d.tar.gz
emacs-61a398eac88ecd571233d50115a910390fb5018d.zip
(syms_of_category): Doc-string modified.
Diffstat (limited to 'src')
-rw-r--r--src/category.c4
1 files 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\
641word (i.e. finds no word boundary between them) iff they belongs to\n\ 641word (i.e. finds no word boundary between them) iff they belongs to\n\
642the same charset. But, exceptions are allowed in the following cases.\n\ 642the same charset. But, exceptions are allowed in the following cases.\n\
643\n\ 643\n\
644(1) The case that characters are in different charsets is controlled\n\ 644\(1) The case that characters are in different charsets is controlled\n\
645by the variable `word-combining-categories'.\n\ 645by the variable `word-combining-categories'.\n\
646\n\ 646\n\
647Emacs finds no word boundary between characters of different charsets\n\ 647Emacs 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\
655form a single word, the element `(?l . ?l)' should be in this list\n\ 655form a single word, the element `(?l . ?l)' should be in this list\n\
656because both characters have the category `l' (Latin characters).\n\ 656because both characters have the category `l' (Latin characters).\n\
657\n\ 657\n\
658(2) The case that character are in the same charset is controlled by\n\ 658\(2) The case that character are in the same charset is controlled by\n\
659the variable `word-separating-categories'.\n\ 659the variable `word-separating-categories'.\n\
660\n\ 660\n\
661Emacs find a word boundary between characters of the same charset\n\ 661Emacs find a word boundary between characters of the same charset\n\