Mercurial > emacs
diff lisp/diff-mode.el @ 66130:a6131b478689
(diff-mode): Doc fix.
| author | Thien-Thi Nguyen <ttn@gnuvola.org> |
|---|---|
| date | Sun, 16 Oct 2005 21:47:37 +0000 |
| parents | 0cf1480347a9 |
| children | 3bd95f4f2941 0ca0d9181b5e |
line wrap: on
line diff
--- a/lisp/diff-mode.el Sun Oct 16 21:21:05 2005 +0000 +++ b/lisp/diff-mode.el Sun Oct 16 21:47:37 2005 +0000 @@ -967,7 +967,7 @@ headers for you on-the-fly. You can also switch between context diff and unified diff with \\[diff-context->unified], -or vice versa with \\[diff-unified->context] and you can also revert the direction of +or vice versa with \\[diff-unified->context] and you can also reverse the direction of a diff with \\[diff-reverse-direction]." (set (make-local-variable 'font-lock-defaults) diff-font-lock-defaults) (set (make-local-variable 'outline-regexp) diff-outline-regexp)
