diff options
| -rw-r--r-- | lisp/vc/ediff.el | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lisp/vc/ediff.el b/lisp/vc/ediff.el index 63369462e89..46ad94c1828 100644 --- a/lisp/vc/ediff.el +++ b/lisp/vc/ediff.el | |||
| @@ -89,11 +89,11 @@ | |||
| 89 | ;; underlining. However, if the region is already underlined by some other | 89 | ;; underlining. However, if the region is already underlined by some other |
| 90 | ;; overlays, there is no simple way to temporarily remove that residual | 90 | ;; overlays, there is no simple way to temporarily remove that residual |
| 91 | ;; underlining. This problem occurs when a buffer is highlighted with | 91 | ;; underlining. This problem occurs when a buffer is highlighted with |
| 92 | ;; font-lock.el packages. If this residual highlighting gets in the way, you | 92 | ;; font-lock.el. If this residual highlighting gets in the way, you |
| 93 | ;; can do the following. font-lock.el provides commands for unhighlighting | 93 | ;; can use the font-lock.el commands for unhighlighting buffers. |
| 94 | ;; buffers. You can either place these commands in `ediff-prepare-buffer-hook' | 94 | ;; Either place these commands in `ediff-prepare-buffer-hook' (which will |
| 95 | ;; (which will unhighlight every buffer used by Ediff) or you can execute | 95 | ;; unhighlight every buffer used by Ediff) or execute them |
| 96 | ;; them interactively, at any time and in any buffer. | 96 | ;; interactively, which you can do at any time and in any buffer. |
| 97 | 97 | ||
| 98 | 98 | ||
| 99 | ;;; Acknowledgments: | 99 | ;;; Acknowledgments: |