diff options
author | Pavel Janík <Pavel@Janik.cz> | 2002-01-13 10:09:20 +0000 |
---|---|---|
committer | Pavel Janík <Pavel@Janik.cz> | 2002-01-13 10:09:20 +0000 |
commit | 110c171f4d1ff9876c7e74d2e73aeed5b6460b8b (patch) | |
tree | e690a4b3f8baa5f34215d749120febd9d6947e1f /lisp/newcomment.el | |
parent | 86886bce27fa394fb311e1f47bb4f799e001cf8b (diff) | |
download | emacs-110c171f4d1ff9876c7e74d2e73aeed5b6460b8b.tar.gz |
Fix typo.
Diffstat (limited to 'lisp/newcomment.el')
-rw-r--r-- | lisp/newcomment.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/newcomment.el b/lisp/newcomment.el index c5d68494159..91ad7e64f35 100644 --- a/lisp/newcomment.el +++ b/lisp/newcomment.el @@ -5,7 +5,7 @@ ;; Author: code extracted from Emacs-20's simple.el ;; Maintainer: Stefan Monnier <monnier@cs.yale.edu> ;; Keywords: comment uncomment -;; Revision: $Id: newcomment.el,v 1.42 2001/12/02 04:19:32 monnier Exp $ +;; Revision: $Id: newcomment.el,v 1.43 2001/12/14 21:53:29 monnier Exp $ ;; This file is part of GNU Emacs. @@ -677,7 +677,7 @@ comment markers." (forward-line 1) (re-search-forward sre (line-end-position) t)) (replace-match "" t t nil (if (match-end 2) 2 1))))) - ;; Go the the end for the next comment. + ;; Go to the end for the next comment. (goto-char (point-max))))) (set-marker end nil)))) |