From 08a9774213b82a8b35915231d19222710d78283d Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Tue, 9 Jul 2002 07:36:26 +0000 Subject: [PATCH] (face-id): Fix typo. --- lisp/ChangeLog | 14 +++++++++----- lisp/faces.el | 2 +- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 09dbab0a09c..ad179a93e36 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2002-07-09 Juanma Barranquero + + * faces.el (face-id): Fix typo. + 2002-07-06 Richard M. Stallman * mail/rmail.el (rmail-decode-babyl-format): Disable undo @@ -45,7 +49,7 @@ * progmodes/perl-mode.el (perl-mode-abbrev-table): New variable. Set it up as an abbrev-table for Perl mode. -2002-06-24 Pavel Jan,Bm(Bk +2002-06-24 Pavel Jan,Am(Bk * dired.el (dired-find-file): Bind find-file-run-dired around the call to find-file. From Dan Nicolaescu . @@ -81,7 +85,7 @@ * emulation/viper-cmd.el (viper-smart-suffix-list): Fix typo. (viper-ask-level): Fix typo. -2002-06-05 Pavel Jan,Bm(Bk +2002-06-05 Pavel Jan,Am(Bk * language/cyrillic.el (cyrillic-alternativnyj-decode-table): Fix the table to contain correct characters. @@ -186,12 +190,12 @@ * Version 21.2 released. -2002-03-15 Pavel Jan,Bm(Bk +2002-03-15 Pavel Jan,Am(Bk * calendar/cal-french.el (calendar-goto-french-date): Fix prompt to match the actual code. -2002-03-11 Pavel Jan,Bm(Bk +2002-03-11 Pavel Jan,Am(Bk * image.el (image-type-from-file-header): Make temporary buffer unibyte. @@ -224,7 +228,7 @@ * newcomment.el (comment-forward): Use forward-comment to skip over whitespace (or comments) even when comment-use-syntax is nil. -2002-03-02 Pavel Jan,Bm(Bk +2002-03-02 Pavel Jan,Am(Bk * textmodes/tildify.el (tildify-string-alist): Entry for xml-mode added. From Milan Zamazal . diff --git a/lisp/faces.el b/lisp/faces.el index a532707fb7e..358d5fb2ca7 100644 --- a/lisp/faces.el +++ b/lisp/faces.el @@ -228,7 +228,7 @@ Value is FACE." ;; support faces in display table entries. (defun face-id (face &optional frame) - "Return the interNal ID of face with name FACE. + "Return the internal ID of face with name FACE. If optional argument FRAME is nil or omitted, use the selected frame." (check-face face) (get face 'face)) -- 2.39.5