aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorReiner Steib2008-10-28 22:12:32 +0000
committerReiner Steib2008-10-28 22:12:32 +0000
commitecdcaa09af345d4488ebf374d8df340c0930189e (patch)
tree1a40b53abc0b095e3a4835bc88b66e1540962519
parenta8028e7bcf9ce0137b3e5b49b3dc85307c2610c2 (diff)
downloademacs-ecdcaa09af345d4488ebf374d8df340c0930189e.tar.gz
emacs-ecdcaa09af345d4488ebf374d8df340c0930189e.zip
(syms_of_category): Fix typo in docstring.
-rw-r--r--src/ChangeLog4
-rw-r--r--src/category.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index f5fe6e66a62..f2b3786245a 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12008-10-28 Reiner Steib <Reiner.Steib@gmx.de>
2
3 * category.c (syms_of_category): Fix typo in docstring.
4
12008-10-28 Juanma Barranquero <lekktu@gmail.com> 52008-10-28 Juanma Barranquero <lekktu@gmail.com>
2 6
3 * window.c (Fwindowp, Fwindow_live_p, Fwindow_minibuffer_p) 7 * window.c (Fwindowp, Fwindow_live_p, Fwindow_minibuffer_p)
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.
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
493the variable `word-separating-categories'. 493the variable `word-separating-categories'.
494 494
495Emacs find a word boundary between characters of the same script 495Emacs finds a word boundary between characters of the same script
496if they have categories matching some element of this list. 496if they have categories matching some element of this list.
497 497
498More precisely, if an element of this list is a cons of category CAT1 498More precisely, if an element of this list is a cons of category CAT1