diff options
Diffstat (limited to 'lisp/diff-mode.el')
| -rw-r--r-- | lisp/diff-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/diff-mode.el b/lisp/diff-mode.el index 09c3b6a8939..8f018185c98 100644 --- a/lisp/diff-mode.el +++ b/lisp/diff-mode.el | |||
| @@ -967,7 +967,7 @@ If you edit the buffer manually, diff-mode will try to update the hunk | |||
| 967 | headers for you on-the-fly. | 967 | headers for you on-the-fly. |
| 968 | 968 | ||
| 969 | You can also switch between context diff and unified diff with \\[diff-context->unified], | 969 | You can also switch between context diff and unified diff with \\[diff-context->unified], |
| 970 | or vice versa with \\[diff-unified->context] and you can also revert the direction of | 970 | or vice versa with \\[diff-unified->context] and you can also reverse the direction of |
| 971 | a diff with \\[diff-reverse-direction]." | 971 | a diff with \\[diff-reverse-direction]." |
| 972 | (set (make-local-variable 'font-lock-defaults) diff-font-lock-defaults) | 972 | (set (make-local-variable 'font-lock-defaults) diff-font-lock-defaults) |
| 973 | (set (make-local-variable 'outline-regexp) diff-outline-regexp) | 973 | (set (make-local-variable 'outline-regexp) diff-outline-regexp) |