diff options
author | Pavel Janík <Pavel@Janik.cz> | 2002-01-01 22:12:19 +0000 |
---|---|---|
committer | Pavel Janík <Pavel@Janik.cz> | 2002-01-01 22:12:19 +0000 |
commit | b532d575304038531c1341e96e9614a84173e323 (patch) | |
tree | d2653669d68dcb8bec9cc12766df0a452b2efefa /lisp/diff-mode.el | |
parent | 25b18337e96c4e3e21019e9c4744daead2ea57c5 (diff) | |
download | emacs-b532d575304038531c1341e96e9614a84173e323.tar.gz emacs-b532d575304038531c1341e96e9614a84173e323.tar.bz2 emacs-b532d575304038531c1341e96e9614a84173e323.zip |
Comment fixes.
Diffstat (limited to 'lisp/diff-mode.el')
-rw-r--r-- | lisp/diff-mode.el | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/lisp/diff-mode.el b/lisp/diff-mode.el index 14781556c03..a2ed76436aa 100644 --- a/lisp/diff-mode.el +++ b/lisp/diff-mode.el @@ -1,9 +1,9 @@ -;;; diff-mode.el --- A mode for viewing/editing context diffs +;;; diff-mode.el --- a mode for viewing/editing context diffs ;; Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc. ;; Author: Stefan Monnier <monnier@cs.yale.edu> -;; Keywords: patch diff +;; Keywords: convenience patch diff ;; This file is part of GNU Emacs. @@ -28,15 +28,10 @@ ;; commands, editing and various conversions as well as jumping ;; to the corresponding source file. -;; inspired by Pavel Machek's patch-mode.el (<pavel@atrey.karlin.mff.cuni.cz>) -;; some efforts were spent to have it somewhat compatible with XEmacs' +;; Inspired by Pavel Machek's patch-mode.el (<pavel@atrey.karlin.mff.cuni.cz>) +;; Some efforts were spent to have it somewhat compatible with XEmacs' ;; diff-mode as well as with compilation-minor-mode -;; to use it, simply add to your .emacs the following lines: -;; -;; (autoload 'diff-mode "diff-mode" "Diff major mode" t) -;; (add-to-list 'auto-mode-alist '("\\.\\(diffs?\\|patch\\|rej\\)\\'" . diff-mode)) - ;; Bugs: ;; - Reverse doesn't work with normal diffs. |