diff options
Diffstat (limited to 'lisp/diff.el')
| -rw-r--r-- | lisp/diff.el | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/diff.el b/lisp/diff.el index cd85ec29d10..bb33689c0f9 100644 --- a/lisp/diff.el +++ b/lisp/diff.el | |||
| @@ -20,6 +20,12 @@ | |||
| 20 | ;; along with GNU Emacs; see the file COPYING. If not, write to | 20 | ;; along with GNU Emacs; see the file COPYING. If not, write to |
| 21 | ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. | 21 | ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. |
| 22 | 22 | ||
| 23 | ;;; Commentary: | ||
| 24 | |||
| 25 | ;; This package helps you explore differences between files, using the | ||
| 26 | ;; UNIX command diff(1). The commands are `diff' and `diff-backup'. | ||
| 27 | ;; You can specify options with `diff-switches'. | ||
| 28 | |||
| 23 | ;;; Code: | 29 | ;;; Code: |
| 24 | 30 | ||
| 25 | (require 'compile) | 31 | (require 'compile) |