(describe-face): Fix typo.
authorJuanma Barranquero <lekktu@gmail.com>
Thu, 16 May 2002 07:49:59 +0000 (07:49 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Thu, 16 May 2002 07:49:59 +0000 (07:49 +0000)
lisp/ChangeLog
lisp/faces.el

index e2abb81..3d42733 100644 (file)
@@ -1,3 +1,7 @@
+2002-05-16  Juanma Barranquero  <lektu@terra.es>
+
+       * faces.el (describe-face): Fix typo.
+
 2002-05-15  Stefan Monnier  <monnier@cs.yale.edu>
 
        * emacs-lisp/easymenu.el (easy-menu-make-symbol):
index 4439390..ea391ae 100644 (file)
@@ -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.