From 6afa54040395da3fdd2b9b71cad78f26bc5f5f31 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Thu, 16 May 2002 07:49:59 +0000 Subject: [PATCH] (describe-face): Fix typo. --- lisp/ChangeLog | 4 ++++ lisp/faces.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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. -- 2.39.5