diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2002-05-16 07:49:59 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2002-05-16 07:49:59 +0000 |
commit | 6afa54040395da3fdd2b9b71cad78f26bc5f5f31 (patch) | |
tree | 537622cc17cea741bf078ba86fc136f45b24a1fb /lisp/faces.el | |
parent | 7923e3c2806fbf2490817da61d62947d4370972a (diff) | |
download | emacs-6afa54040395da3fdd2b9b71cad78f26bc5f5f31.tar.gz |
(describe-face): Fix typo.
Diffstat (limited to 'lisp/faces.el')
-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 4439390aa48..ea391ae6149 100644 --- a/lisp/faces.el +++ b/lisp/faces.el @@ -1205,7 +1205,7 @@ The sample text is a string that comes from the variable (defun describe-face (face &optional frame) "Display the properties of face FACE on FRAME. -Interactevely, FACE defaults to the faces of the character after point +Interactively, FACE defaults to the faces of the character after point and FRAME defaults to the selected frame. If the optional argument FRAME is given, report on face FACE in that frame. |