diff options
author | Reiner Steib <Reiner.Steib@gmx.de> | 2008-10-28 22:12:32 +0000 |
---|---|---|
committer | Reiner Steib <Reiner.Steib@gmx.de> | 2008-10-28 22:12:32 +0000 |
commit | ecdcaa09af345d4488ebf374d8df340c0930189e (patch) | |
tree | 1a40b53abc0b095e3a4835bc88b66e1540962519 /src/category.c | |
parent | a8028e7bcf9ce0137b3e5b49b3dc85307c2610c2 (diff) | |
download | emacs-ecdcaa09af345d4488ebf374d8df340c0930189e.tar.gz |
(syms_of_category): Fix typo in docstring.
Diffstat (limited to 'src/category.c')
-rw-r--r-- | src/category.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/category.c b/src/category.c index 9c96021031d..e5e5a377ef1 100644 --- a/src/category.c +++ b/src/category.c @@ -492,7 +492,7 @@ in this list. \(2) The case that character are in the same script is controlled by the variable `word-separating-categories'. -Emacs find a word boundary between characters of the same script +Emacs finds a word boundary between characters of the same script if they have categories matching some element of this list. More precisely, if an element of this list is a cons of category CAT1 |