diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/cus-face.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/cus-face.el b/lisp/cus-face.el index 3662f296baa..bd120299a16 100644 --- a/lisp/cus-face.el +++ b/lisp/cus-face.el | |||
| @@ -54,8 +54,8 @@ | |||
| 54 | (setq frame (car frames) | 54 | (setq frame (car frames) |
| 55 | frames (cdr frames)) | 55 | frames (cdr frames)) |
| 56 | (face-spec-set face value frame))))) | 56 | (face-spec-set face value frame))))) |
| 57 | (when (and doc (null (face-doc-string face))) | 57 | (when (and doc (null (face-documentation face))) |
| 58 | (set-face-doc-string face doc)) | 58 | (set-face-documentation face doc)) |
| 59 | (custom-handle-all-keywords face args 'custom-face) | 59 | (custom-handle-all-keywords face args 'custom-face) |
| 60 | (run-hooks 'custom-define-hook)) | 60 | (run-hooks 'custom-define-hook)) |
| 61 | face) | 61 | face) |