(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)
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.
(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)