1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/textproc/diff-mode.el/pkg-descr
Akinori MUSHA fb746cf979 Import diff-mode.el, an Emacs major-mode for viewing/editing context diffs.
PR:		ports/19729
Submitted by:	OKAZAKI Tetsurou <okazaki@be.to>
2000-07-06 19:08:39 +00:00

16 lines
456 B
Plaintext

Diff-mode is a major-mode for viewing/editing context diffs in Emacs.
Supports unified and context diffs as well as (to a lesser extent)
normal diffs.
The diff-mode provides features such as:
- Unified diff <-> Context diff conversion.
- Reverse the direction of the diffs.
- Jump to the corresponding source line.
- Move to the next/previous hunk/file header.
- Restrict the view to the current hunk/file.
- Tetsurou
okazaki@be.to