diff options
| author | Oscar Fuentes | 2016-03-19 18:56:51 +0100 |
|---|---|---|
| committer | Oscar Fuentes | 2016-03-19 18:57:43 +0100 |
| commit | 070b9de4e39b8b6f1334f1d6d81cd9ad9634d75b (patch) | |
| tree | fe10ccd264cdda90f64e3b580b8c2dc38644eb3d | |
| parent | 326fff41fa9f674d80be00b5c97c44f8043bbace (diff) | |
| download | emacs-070b9de4e39b8b6f1334f1d6d81cd9ad9634d75b.tar.gz emacs-070b9de4e39b8b6f1334f1d6d81cd9ad9634d75b.zip | |
* lisp/vc/vc-hooks.el: Fix typo
| -rw-r--r-- | lisp/vc/vc-hooks.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/vc/vc-hooks.el b/lisp/vc/vc-hooks.el index 0c1718e94cb..c6512e95e49 100644 --- a/lisp/vc/vc-hooks.el +++ b/lisp/vc/vc-hooks.el | |||
| @@ -91,7 +91,7 @@ | |||
| 91 | 91 | ||
| 92 | (defface vc-edited-state | 92 | (defface vc-edited-state |
| 93 | '((default :inherit vc-state-base-face)) | 93 | '((default :inherit vc-state-base-face)) |
| 94 | "Face for VC modeline state when the file is up to date." | 94 | "Face for VC modeline state when the file is edited." |
| 95 | :version "25.1" | 95 | :version "25.1" |
| 96 | :group 'vc-faces) | 96 | :group 'vc-faces) |
| 97 | 97 | ||