From: Karl Heuer Date: Mon, 21 Sep 1998 17:20:27 +0000 (+0000) Subject: (highlight-compare-with-file): Renamed from X-Git-Tag: emacs-20.4~1661 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b32e3ef8821e76f726beeeb0c492ca264f9f1d67;p=emacs.git (highlight-compare-with-file): Renamed from compare-with-file. --- diff --git a/lisp/hilit-chg.el b/lisp/hilit-chg.el index 91597d57a9a..32024cc5cec 100644 --- a/lisp/hilit-chg.el +++ b/lisp/hilit-chg.el @@ -855,8 +855,8 @@ buffer to be saved): ;; This uses ediff to find the differences. ;;;###autoload -(defun compare-with-file (file-b) - "Compare this buffer with a file. +(defun highlight-compare-with-file (file-b) + "Compare this buffer with a file, and highlight differences. The current buffer must be an unmodified buffer visiting a file, and not in read-only mode.