Mercurial > emacs
diff lisp/diff-mode.el @ 63415:3ed17f92f3c9
(diff-mode): Fix typo in docstring.
| author | Juanma Barranquero <lekktu@gmail.com> |
|---|---|
| date | Tue, 14 Jun 2005 14:34:40 +0000 |
| parents | ce2a9eb0ff8a |
| children | ea880752de3b a1b34dec1104 |
line wrap: on
line diff
--- a/lisp/diff-mode.el Tue Jun 14 12:11:54 2005 +0000 +++ b/lisp/diff-mode.el Tue Jun 14 14:34:40 2005 +0000 @@ -935,7 +935,7 @@ 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],
