diff options
| author | Kenichi Handa | 1998-10-26 08:00:11 +0000 |
|---|---|---|
| committer | Kenichi Handa | 1998-10-26 08:00:11 +0000 |
| commit | 61a398eac88ecd571233d50115a910390fb5018d (patch) | |
| tree | aec73712cb927f6c97d7dcb0eff00d2b1ef7a4b6 /src | |
| parent | 0007bdd098d4397ac1ad9e272617fb8e93a1ad40 (diff) | |
| download | emacs-61a398eac88ecd571233d50115a910390fb5018d.tar.gz emacs-61a398eac88ecd571233d50115a910390fb5018d.zip | |
(syms_of_category): Doc-string modified.
Diffstat (limited to 'src')
| -rw-r--r-- | src/category.c | 4 |
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\ | |||
| 641 | word (i.e. finds no word boundary between them) iff they belongs to\n\ | 641 | word (i.e. finds no word boundary between them) iff they belongs to\n\ |
| 642 | the same charset. But, exceptions are allowed in the following cases.\n\ | 642 | the 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\ |
| 645 | by the variable `word-combining-categories'.\n\ | 645 | by the variable `word-combining-categories'.\n\ |
| 646 | \n\ | 646 | \n\ |
| 647 | Emacs finds no word boundary between characters of different charsets\n\ | 647 | 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\ | |||
| 655 | form a single word, the element `(?l . ?l)' should be in this list\n\ | 655 | form a single word, the element `(?l . ?l)' should be in this list\n\ |
| 656 | because both characters have the category `l' (Latin characters).\n\ | 656 | because 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\ |
| 659 | the variable `word-separating-categories'.\n\ | 659 | the variable `word-separating-categories'.\n\ |
| 660 | \n\ | 660 | \n\ |
| 661 | Emacs find a word boundary between characters of the same charset\n\ | 661 | Emacs find a word boundary between characters of the same charset\n\ |