diff options
author | Eric S. Raymond <esr@snark.thyrsus.com> | 1993-03-22 03:27:18 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@snark.thyrsus.com> | 1993-03-22 03:27:18 +0000 |
commit | d91e903d4a73ad06e5773a8bfc4902f1b10181ca (patch) | |
tree | 8405bafb611b83237c9661723511ec3ee40937ad /lisp/diff.el | |
parent | 6c59ed5680001a63b13f3a3f1a2eac0cc254f760 (diff) | |
download | emacs-d91e903d4a73ad06e5773a8bfc4902f1b10181ca.tar.gz |
Added or corrected Commentary sections
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 @@ ;; along with GNU Emacs; see the file COPYING. If not, write to ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +;;; Commentary: + +;; 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'. + ;;; Code: (require 'compile) |