diff options
| -rw-r--r-- | lisp/faces.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/faces.el b/lisp/faces.el index c2ef62f959f..f2ab81bc064 100644 --- a/lisp/faces.el +++ b/lisp/faces.el | |||
| @@ -172,7 +172,7 @@ If FACE is already known as a face, leave it unmodified. Return FACE." | |||
| 172 | Do not call this directly from Lisp code; use `defface' instead." | 172 | Do not call this directly from Lisp code; use `defface' instead." |
| 173 | (interactive (list (read-from-minibuffer | 173 | (interactive (list (read-from-minibuffer |
| 174 | "Make empty face: " nil nil t 'face-name-history))) | 174 | "Make empty face: " nil nil t 'face-name-history))) |
| 175 | (make-face face) | 175 | (make-face face)) |
| 176 | 176 | ||
| 177 | (defun copy-face (old-face new-face &optional frame new-frame) | 177 | (defun copy-face (old-face new-face &optional frame new-frame) |
| 178 | "Define a face named NEW-FACE, which is a copy of OLD-FACE. | 178 | "Define a face named NEW-FACE, which is a copy of OLD-FACE. |