changeset 35843:c032770ba567

(Fclear_face_cache): Rename the `thorougly' argument into `thoroughly', to make it consistent with the doc string.
author Eli Zaretskii <eliz@gnu.org>
date Fri, 02 Feb 2001 07:48:37 +0000
parents dd745bed4d98
children ee473fc3377c
files src/xfaces.c
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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;