comparison src/category.c @ 78501:1677cf1c2509

Replace `iff' in comments.
author Glenn Morris <rgm@gnu.org>
date Wed, 08 Aug 2007 07:49:21 +0000
parents 2b9404c2f01f
children fc2bcd2a8aad 424b655804ca
comparison
equal deleted inserted replaced
78500:f3583f35fc6a 78501:1677cf1c2509
557 557
558 DEFVAR_LISP ("word-combining-categories", &Vword_combining_categories, 558 DEFVAR_LISP ("word-combining-categories", &Vword_combining_categories,
559 doc: /* List of pair (cons) of categories to determine word boundary. 559 doc: /* List of pair (cons) of categories to determine word boundary.
560 560
561 Emacs treats a sequence of word constituent characters as a single 561 Emacs treats a sequence of word constituent characters as a single
562 word (i.e. finds no word boundary between them) iff they belongs to 562 word (i.e. finds no word boundary between them) only if they belong to
563 the same charset. But, exceptions are allowed in the following cases. 563 the same charset. But, exceptions are allowed in the following cases.
564 564
565 \(1) The case that characters are in different charsets is controlled 565 \(1) The case that characters are in different charsets is controlled
566 by the variable `word-combining-categories'. 566 by the variable `word-combining-categories'.
567 567