From: Juanma Barranquero Date: Tue, 14 Jun 2005 14:34:40 +0000 (+0000) Subject: (diff-mode): Fix typo in docstring. X-Git-Tag: emacs-pretest-22.0.90~8962 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3b696504cd460dcf4b4f1655d946e2ad4c148fd2;p=emacs.git (diff-mode): Fix typo in docstring. --- diff --git a/lisp/diff-mode.el b/lisp/diff-mode.el index fa8ef2e1565..1cb5111dcfb 100644 --- a/lisp/diff-mode.el +++ b/lisp/diff-mode.el @@ -935,7 +935,7 @@ See `after-change-functions' for the meaning of BEG, END and LEN." Supports unified and context diffs as well as (to a lesser extent) normal diffs. When the buffer is read-only, the ESC prefix is not necessary. -IF you edit the buffer manually, diff-mode will try to update the hunk +If you edit the buffer manually, diff-mode will try to update the hunk headers for you on-the-fly. You can also switch between context diff and unified diff with \\[diff-context->unified],