Show
Ignore:
Timestamp:
04/07/07 15:49:28 (2 years ago)
Author:
miyoshi
Message:

Sync up with Emacs CVS HEAD.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lisp/diff-mode.el

    r4196 r4200  
    986986  "Major mode for viewing/editing context diffs. 
    987987Supports 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. 
     988normal diffs. 
    990989 
    991990When the buffer is read-only, the ESC prefix is not necessary. 
     
    996995or vice versa with \\[diff-unified->context] and you can also reverse the direction of 
    997996a diff with \\[diff-reverse-direction]. 
    998  
    999 When the buffer is read-only, the Meta- modifier is not necessary 
    1000 to run the Diff mode commands: 
    1001997 
    1002998   \\{diff-mode-map}"