# HG changeset patch # User Thien-Thi Nguyen # Date 1129499257 0 # Node ID a6131b4786892ec9dd0e5939a07e72331d0a985a # Parent b6299ce0d13feabfbde25496c9d7f6349427b927 (diff-mode): Doc fix. diff -r b6299ce0d13f -r a6131b478689 lisp/diff-mode.el --- 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)