# HG changeset patch # User Pavel Jank # Date 1009923139 0 # Node ID 5787452dadedd2b4834a70755297871b9c077e36 # Parent 4234f54994efac87f0e2bc020a0cb915a16fe30b Comment fixes. diff -r 4234f54994ef -r 5787452daded lisp/diff-mode.el --- a/lisp/diff-mode.el Tue Jan 01 22:08:54 2002 +0000 +++ b/lisp/diff-mode.el Tue Jan 01 22:12:19 2002 +0000 @@ -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 -;; 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 () -;; some efforts were spent to have it somewhat compatible with XEmacs' +;; Inspired by Pavel Machek's patch-mode.el () +;; 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.