aboutsummaryrefslogtreecommitdiffstats
path: root/src/category.c
diff options
context:
space:
mode:
authorMiles Bader2007-08-13 13:41:28 +0000
committerMiles Bader2007-08-13 13:41:28 +0000
commit37cc095b6a175fb5a2fb18fa029eaf3aa3b3fa53 (patch)
tree7fb68e80f66e55100c48b9751cf70c74af2d4bf1 /src/category.c
parent031b6333283be57d971e557b83da31c6be937b0a (diff)
parent9d2db4c6637fe37d75f947063bcb2ecce319a1bc (diff)
downloademacs-37cc095b6a175fb5a2fb18fa029eaf3aa3b3fa53.tar.gz
emacs-37cc095b6a175fb5a2fb18fa029eaf3aa3b3fa53.zip
Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-851
Diffstat (limited to 'src/category.c')
-rw-r--r--src/category.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/category.c b/src/category.c
index 55e752045e7..7ea9b7810fa 100644
--- a/src/category.c
+++ b/src/category.c
@@ -559,7 +559,7 @@ syms_of_category ()
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
561Emacs treats a sequence of word constituent characters as a single 561Emacs treats a sequence of word constituent characters as a single
562word (i.e. finds no word boundary between them) iff they belongs to 562word (i.e. finds no word boundary between them) only if they belong to
563the same charset. But, exceptions are allowed in the following cases. 563the 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