]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/vc/ediff.el: Improve wording in last change.
authorStefan Kangas <stefankangas@gmail.com>
Tue, 16 Aug 2022 14:38:33 +0000 (16:38 +0200)
committerStefan Kangas <stefankangas@gmail.com>
Tue, 16 Aug 2022 14:40:39 +0000 (16:40 +0200)
lisp/vc/ediff.el

index 63369462e8922ecd2446feadaf3924c3b500db33..46ad94c1828b668d0a15b4d46f70715e7ea191ba 100644 (file)
 ;;  underlining.  However, if the region is already underlined by some other
 ;;  overlays, there is no simple way to temporarily remove that residual
 ;;  underlining.  This problem occurs when a buffer is highlighted with
-;;  font-lock.el packages.  If this residual highlighting gets in the way, you
-;;  can do the following.  font-lock.el provides commands for unhighlighting
-;;  buffers.  You can either place these commands in `ediff-prepare-buffer-hook'
-;;  (which will unhighlight every buffer used by Ediff) or you can execute
-;;  them interactively, at any time and in any buffer.
+;;  font-lock.el.  If this residual highlighting gets in the way, you
+;;  can use the font-lock.el commands for unhighlighting buffers.
+;;  Either place these commands in `ediff-prepare-buffer-hook' (which will
+;;  unhighlight every buffer used by Ediff) or execute them
+;;  interactively, which you can do at any time and in any buffer.
 
 
 ;;; Acknowledgments: