diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2002-07-03 12:01:24 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2002-07-03 12:01:24 +0000 |
commit | 4696802bdef9a81448d55c4f631785b02fe18ba0 (patch) | |
tree | bc1cf03c125ea51e002c9a5b8330c5af9f00f196 /lisp/obsolete | |
parent | 443e60bfd4b4728340e545da411bb5e4fe6e9166 (diff) | |
download | emacs-4696802bdef9a81448d55c4f631785b02fe18ba0.tar.gz |
Fix typo.
Diffstat (limited to 'lisp/obsolete')
-rw-r--r-- | lisp/obsolete/c-mode.el | 2 |
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) |