comparison src/category.c @ 99197:7548cef42245

(syms_of_category): Fix typo in docstring.
author Reiner Steib <Reiner.Steib@gmx.de>
date Tue, 28 Oct 2008 22:12:32 +0000
parents 2810c8ec19d6
children dddfb4772d33
comparison
equal deleted inserted replaced
99196:35155d8e5360 99197:7548cef42245
490 in this list. 490 in this list.
491 491
492 \(2) The case that character are in the same script is controlled by 492 \(2) The case that character are in the same script is controlled by
493 the variable `word-separating-categories'. 493 the variable `word-separating-categories'.
494 494
495 Emacs find a word boundary between characters of the same script 495 Emacs finds a word boundary between characters of the same script
496 if they have categories matching some element of this list. 496 if they have categories matching some element of this list.
497 497
498 More precisely, if an element of this list is a cons of category CAT1 498 More precisely, if an element of this list is a cons of category CAT1
499 and CAT2, and a multibyte character C1 which has CAT1 is followed by 499 and CAT2, and a multibyte character C1 which has CAT1 is followed by
500 C2 which has CAT2, there's a word boundary between C1 and C2. 500 C2 which has CAT2, there's a word boundary between C1 and C2.