From: Juanma Barranquero Date: Thu, 16 May 2002 07:49:59 +0000 (+0000) Subject: (describe-face): Fix typo. X-Git-Tag: ttn-vms-21-2-B4~15040 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6afa54040395da3fdd2b9b71cad78f26bc5f5f31;p=emacs.git (describe-face): Fix typo. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e2abb81da7e..3d42733407f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2002-05-16 Juanma Barranquero + + * faces.el (describe-face): Fix typo. + 2002-05-15 Stefan Monnier * emacs-lisp/easymenu.el (easy-menu-make-symbol): 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.