File: diff.el.html
This package helps you explore differences between files, using the
UNIX command diff(1). The commands are diff and diff-backup.
You can specify options with diff-switches(var)/diff-switches(fun).
Defined variables (5)
diff--coding-system-for-buffer | Used to pass buffer text encoding from ‘multi-file-diff-no-select’. |
diff-command | The command to use to run diff. |
diff-entire-buffers | If non-nil, diff the entire buffers, not just the visible part. |
diff-switches | A string or list of strings specifying switches to be passed to diff. |
diff-use-labels | Whether ‘diff-command’ understands the "--label" option. |
Defined functions (10)
diff | (OLD NEW &optional SWITCHES NO-ASYNC) |
diff-backup | (FILE &optional SWITCHES) |
diff-buffer-with-file | (&optional BUFFER) |
diff-buffers | (OLD NEW &optional SWITCHES NO-ASYNC) |
diff-check-labels | (&optional FORCE) |
diff-file-local-copy | (FILE-OR-BUF) |
diff-latest-backup-file | (FN) |
diff-no-select | (OLD NEW &optional SWITCHES NO-ASYNC BUF) |
diff-process-filter | (PROC STRING) |
diff-sentinel | (CODE &optional OLD-TEMP-FILE NEW-TEMP-FILE) |