]> git.eshelyaron.com Git - emacs.git/commitdiff
(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 e2abb81da7eaef46f7f3c5ae873bce80641eedea..3d42733407fb246c40760b7c3a056318faab2aca 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 4439390aa48ab5964c72f36ed1f18065fcf52558..ea391ae6149bbb0d1e197a129d614d16fffc38a5 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.