Mercurial > emacs
changeset 63415:3ed17f92f3c9
(diff-mode): Fix typo in docstring.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Tue, 14 Jun 2005 14:34:40 +0000 |
parents | dbb6ff8a3685 |
children | ed3a1f593d3c |
files | lisp/diff-mode.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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],