summaryrefslogtreecommitdiff
path: root/lisp/language
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2006-11-24 11:22:05 +0000
committerJuanma Barranquero <lekktu@gmail.com>2006-11-24 11:22:05 +0000
commit4fffd73b309c5a74be1f57ce6fd60f481e8b6be8 (patch)
tree642aa9215354deae22f53766fcef2fe5c1ff1658 /lisp/language
parent550831ed89d2b48077b38fe7e469f8c82f89419a (diff)
downloademacs-4fffd73b309c5a74be1f57ce6fd60f481e8b6be8.tar.gz
Space/tab mixup.
Diffstat (limited to 'lisp/language')
-rw-r--r--lisp/language/thai-word.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/language/thai-word.el b/lisp/language/thai-word.el
index 5584461bf4f..ee8db1f2708 100644
--- a/lisp/language/thai-word.el
+++ b/lisp/language/thai-word.el
@@ -10805,7 +10805,7 @@ the current word list."
;; Move point forward to the end of Thai word which follows point and
-;; update VEC. VEC is a vector of three elements used to cache word
+;; update VEC. VEC is a vector of three elements used to cache word
;; end positions. The Nth element, if non-nil, is a list of end
;; points of the Nth word, or t indicating that there is no Thai
;; character. LIMIT limits the point movement.
@@ -10886,7 +10886,7 @@ the current word list."
nil)
(progn
;; We found four succeeding Thai words (or LIMIT has been
- ;; reached). Move to the end of the first word.
+ ;; reached). Move to the end of the first word.
(goto-char (car v0))
;; Update VEC for the next function call. If no larger word
;; positions have been found, set the corresponding vector
@@ -10899,7 +10899,7 @@ the current word list."
(aset vec 1 v2)
(aset vec 2 v3)))) ; exit function successfully
- ;; We didn't find four consecutive words. If we have found a
+ ;; We didn't find four consecutive words. If we have found a
;; `second best' solution and the length of those two words is
;; longer than the longest word we can see at the current point,
;; adopt the second best solution. This decision is based on