diff options
Diffstat (limited to 'lisp/diff-mode.el')
| -rw-r--r-- | lisp/diff-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/diff-mode.el b/lisp/diff-mode.el index 09645864573..7c7f7902d82 100644 --- a/lisp/diff-mode.el +++ b/lisp/diff-mode.el | |||
| @@ -274,7 +274,7 @@ when editing big diffs)." | |||
| 274 | (defvar diff-indicator-changed-face 'diff-indicator-changed) | 274 | (defvar diff-indicator-changed-face 'diff-indicator-changed) |
| 275 | 275 | ||
| 276 | (defface diff-function | 276 | (defface diff-function |
| 277 | '((t :inherit diff-context)) | 277 | '((t :inherit diff-header)) |
| 278 | "`diff-mode' face used to highlight function names produced by \"diff -p\"." | 278 | "`diff-mode' face used to highlight function names produced by \"diff -p\"." |
| 279 | :group 'diff-mode) | 279 | :group 'diff-mode) |
| 280 | ;; backward-compatibility alias | 280 | ;; backward-compatibility alias |