; * lisp/vc/ediff.el: Improve wording in last change.

This commit is contained in:
Stefan Kangas 2022-08-16 16:38:33 +02:00
parent dd077ebded
commit a4078fa628

View file

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