diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2016-12-22 10:13:46 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2016-12-22 10:14:11 -0800 |
commit | 73349822cbd6e50526eda9c75453584d73dfca83 (patch) | |
tree | 444c07a3fbaaf3b2b02e1a08a18bad5bab7bbef0 /lisp/vc/diff-mode.el | |
parent | b10bd71987cdeb753c106145d6270a359505359c (diff) | |
download | emacs-73349822cbd6e50526eda9c75453584d73dfca83.tar.gz |
; Spelling fixes
Diffstat (limited to 'lisp/vc/diff-mode.el')
-rw-r--r-- | lisp/vc/diff-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/vc/diff-mode.el b/lisp/vc/diff-mode.el index 5b48c8d93df..d5ea002fa82 100644 --- a/lisp/vc/diff-mode.el +++ b/lisp/vc/diff-mode.el @@ -1884,7 +1884,7 @@ With a prefix argument, REVERSE the hunk." ;; Advance to the next hunk with skip-hunk-start set to t ;; because we want the behavior of moving to the next logical ;; hunk, not the original behavior where were would sometimes - ;; stay on the curent hunk. This is the behavior we get when + ;; stay on the current hunk. This is the behavior we get when ;; navigating through hunks interactively, and we want it when ;; applying hunks too (see http://debbugs.gnu.org/17544). (when diff-advance-after-apply-hunk |