]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typo.
authorJuanma Barranquero <lekktu@gmail.com>
Wed, 3 Jul 2002 13:28:58 +0000 (13:28 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Wed, 3 Jul 2002 13:28:58 +0000 (13:28 +0000)
lisp/ediff-diff.el
lisp/gnus/gnus-start.el
lisp/obsolete/c-mode.el

index 128737c4df37353ddb5fd5669993b68105b71056..9a1d3c1c33156ab3830d7b0323402e4e2a743880 100644 (file)
@@ -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)
index 69ff17b4d7f79e4ce6a7cf4060d865d535015655..a62d1e69d16187fa7868a768ab8b9752e09510e3 100644 (file)
@@ -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.
index 2be4ea9ed18eb120971cfc27069e9a42c1130aac..1d6cfd5002d6e3f5977944f333d464d200602bca 100644 (file)
@@ -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 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)