diff options
Diffstat (limited to 'lisp/ediff-diff.el')
-rw-r--r-- | lisp/ediff-diff.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ediff-diff.el b/lisp/ediff-diff.el index 31c54636c68..f6c6a850329 100644 --- a/lisp/ediff-diff.el +++ b/lisp/ediff-diff.el @@ -1287,7 +1287,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) |