# HG changeset patch # User Eli Zaretskii # Date 981100117 0 # Node ID c032770ba5672bfcf86fc783b928e5a5df50f06c # Parent dd745bed4d98ac15252590a046186847f9cc782e (Fclear_face_cache): Rename the `thorougly' argument into `thoroughly', to make it consistent with the doc string. diff -r dd745bed4d98 -r c032770ba567 src/xfaces.c --- a/src/xfaces.c Fri Feb 02 07:42:05 2001 +0000 +++ b/src/xfaces.c Fri Feb 02 07:48:37 2001 +0000 @@ -1005,10 +1005,10 @@ DEFUN ("clear-face-cache", Fclear_face_cache, Sclear_face_cache, 0, 1, 0, "Clear face caches on all frames.\n\ Optional THOROUGHLY non-nil means try to free unused fonts, too.") - (thorougly) - Lisp_Object thorougly; -{ - clear_face_cache (!NILP (thorougly)); + (thoroughly) + Lisp_Object thoroughly; +{ + clear_face_cache (!NILP (thoroughly)); ++face_change_count; ++windows_or_buffers_changed; return Qnil;