aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero <[email protected]>2002-05-16 07:49:59 +0000
committerJuanma Barranquero <[email protected]>2002-05-16 07:49:59 +0000
commit6afa54040395da3fdd2b9b71cad78f26bc5f5f31 (patch)
tree537622cc17cea741bf078ba86fc136f45b24a1fb
parent7923e3c2806fbf2490817da61d62947d4370972a (diff)
(describe-face): Fix typo.
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/faces.el2
2 files changed, 5 insertions, 1 deletions
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 <[email protected]>
+
+ * faces.el (describe-face): Fix typo.
+
2002-05-15 Stefan Monnier <[email protected]>
* 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.