From: Juanma Barranquero Date: Thu, 16 May 2002 07:49:59 +0000 (+0000) Subject: (describe-face): Fix typo. X-Git-Url: http://git.hcoop.net/bpt/emacs.git/commitdiff_plain/6afa54040395da3fdd2b9b71cad78f26bc5f5f31 (describe-face): Fix typo. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e2abb81da7..3d42733407 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 4439390aa4..ea391ae614 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.