Changeset 4200 for trunk/lisp/diff-mode.el
- Timestamp:
- 04/07/07 15:49:28 (2 years ago)
- Files:
-
- trunk/lisp/diff-mode.el (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lisp/diff-mode.el
r4196 r4200 986 986 "Major mode for viewing/editing context diffs. 987 987 Supports unified and context diffs as well as (to a lesser extent) 988 normal diffs. If you edit the buffer manually, diff-mode will try 989 to update the hunk headers for you on-the-fly. 988 normal diffs. 990 989 991 990 When the buffer is read-only, the ESC prefix is not necessary. … … 996 995 or vice versa with \\[diff-unified->context] and you can also reverse the direction of 997 996 a diff with \\[diff-reverse-direction]. 998 999 When the buffer is read-only, the Meta- modifier is not necessary1000 to run the Diff mode commands:1001 997 1002 998 \\{diff-mode-map}"
