]> git.eshelyaron.com Git - emacs.git/commitdiff
(highlight-compare-with-file): Renamed from
authorKarl Heuer <kwzh@gnu.org>
Mon, 21 Sep 1998 17:20:27 +0000 (17:20 +0000)
committerKarl Heuer <kwzh@gnu.org>
Mon, 21 Sep 1998 17:20:27 +0000 (17:20 +0000)
compare-with-file.

lisp/hilit-chg.el

index 91597d57a9a643f23f6566b370897aef33cc33c0..32024cc5cec8756fc423f571242ad7f43b5455d8 100644 (file)
@@ -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.