Mercurial > emacs
changeset 23288:17dd9ecf84f1
(highlight-compare-with-file): Renamed from
compare-with-file.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Mon, 21 Sep 1998 17:20:27 +0000 |
parents | bf60e2b4da28 |
children | 8825530c80cd |
files | lisp/hilit-chg.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/hilit-chg.el Mon Sep 21 16:35:21 1998 +0000 +++ b/lisp/hilit-chg.el Mon Sep 21 17:20:27 1998 +0000 @@ -855,8 +855,8 @@ ;; 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.