summaryrefslogtreecommitdiff
path: root/lisp/obsolete
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2002-07-03 12:01:24 +0000
committerJuanma Barranquero <lekktu@gmail.com>2002-07-03 12:01:24 +0000
commit4696802bdef9a81448d55c4f631785b02fe18ba0 (patch)
treebc1cf03c125ea51e002c9a5b8330c5af9f00f196 /lisp/obsolete
parent443e60bfd4b4728340e545da411bb5e4fe6e9166 (diff)
downloademacs-4696802bdef9a81448d55c4f631785b02fe18ba0.tar.gz
Fix typo.
Diffstat (limited to 'lisp/obsolete')
-rw-r--r--lisp/obsolete/c-mode.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/obsolete/c-mode.el b/lisp/obsolete/c-mode.el
index 7224f251ecf..bcbebe03404 100644
--- a/lisp/obsolete/c-mode.el
+++ b/lisp/obsolete/c-mode.el
@@ -1120,7 +1120,7 @@ Otherwise return nil and don't move point."
(setq done 'succeed)
;; Otherwise, if we skipped a semicolon, we lose.
;; (Exception: we can skip one semicolon before getting
- ;; to a the last token of the statement, unless that token
+ ;; to the last token of the statement, unless that token
;; is a close brace.)
(if (save-excursion
(forward-sexp 1)