]> git.eshelyaron.com Git - emacs.git/commitdiff
(diff-mode): Revert 2007-03-04 change.
authorChong Yidong <cyd@stupidchicken.com>
Fri, 6 Apr 2007 18:45:34 +0000 (18:45 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Fri, 6 Apr 2007 18:45:34 +0000 (18:45 +0000)
lisp/diff-mode.el

index 543e1bd6a399d9aabd7471804192e22da208bdde..3cd2fb37dbb2d2108acfff8bbf6fdd604a520b3c 100644 (file)
@@ -985,8 +985,7 @@ See `after-change-functions' for the meaning of BEG, END and LEN."
 (define-derived-mode diff-mode fundamental-mode "Diff"
   "Major mode for viewing/editing context diffs.
 Supports unified and context diffs as well as (to a lesser extent)
-normal diffs.  If you edit the buffer manually, diff-mode will try
-to update the hunk headers for you on-the-fly.
+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
@@ -996,9 +995,6 @@ You can also switch between context diff and unified diff with \\[diff-context->
 or vice versa with \\[diff-unified->context] and you can also reverse the direction of
 a diff with \\[diff-reverse-direction].
 
-When the buffer is read-only, the Meta- modifier is not necessary
-to run the Diff mode commands:
-
    \\{diff-mode-map}"
 
   (set (make-local-variable 'font-lock-defaults) diff-font-lock-defaults)