From: Juanma Barranquero Date: Wed, 3 Jul 2002 13:28:58 +0000 (+0000) Subject: Fix typo. X-Git-Tag: emacs-pretest-21.2.91~203 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ab9c083850e57fa5d2b480c4a337deb6a8ae00db;p=emacs.git Fix typo. --- diff --git a/lisp/ediff-diff.el b/lisp/ediff-diff.el index 128737c4df3..9a1d3c1c331 100644 --- a/lisp/ediff-diff.el +++ b/lisp/ediff-diff.el @@ -1260,7 +1260,7 @@ arguments to `skip-chars-forward'." (setq diff-string (buffer-substring-no-properties beg end)) (set-buffer out-buffer) - ;; Make sure that temp buff syntax table is the same a the original buf + ;; Make sure that temp buff syntax table is the same as the original buf ;; syntax tbl, because we use ediff-forward-word in both and ;; ediff-forward-word depends on the syntax classes of characters. (set-syntax-table inbuf-syntax-tbl) diff --git a/lisp/gnus/gnus-start.el b/lisp/gnus/gnus-start.el index 69ff17b4d7f..a62d1e69d16 100644 --- a/lisp/gnus/gnus-start.el +++ b/lisp/gnus/gnus-start.el @@ -2156,7 +2156,7 @@ If FORCE is non-nil, the .newsrc file is read." reads nil) (if (eolp) ;; If the line ends here, this is clearly a buggy line, so - ;; we put point a the beginning of line and let the cond + ;; we put point at the beginning of line and let the cond ;; below do the error handling. (beginning-of-line) ;; We skip to the beginning of the ranges. diff --git a/lisp/obsolete/c-mode.el b/lisp/obsolete/c-mode.el index 2be4ea9ed18..1d6cfd5002d 100644 --- a/lisp/obsolete/c-mode.el +++ b/lisp/obsolete/c-mode.el @@ -1122,7 +1122,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)