mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-01 11:14:55 +00:00
(Fclear_face_cache): Rename the `thorougly' argument
into `thoroughly', to make it consistent with the doc string.
This commit is contained in:
parent
5a72551e18
commit
6a3f48c7ea
@ -1,5 +1,8 @@
|
||||
2001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
|
||||
|
||||
* xfaces.c (Fclear_face_cache): Rename the `thorougly' argument
|
||||
into `thoroughly', to make it consistent with the doc string.
|
||||
|
||||
* window.c (Fenlarge_window, Fshrink_window): Doc fix.
|
||||
|
||||
2001-02-01 Gerd Moellmann <gerd@gnu.org>
|
||||
|
@ -1005,10 +1005,10 @@ clear_face_cache (clear_fonts_p)
|
||||
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;
|
||||
(thoroughly)
|
||||
Lisp_Object thoroughly;
|
||||
{
|
||||
clear_face_cache (!NILP (thorougly));
|
||||
clear_face_cache (!NILP (thoroughly));
|
||||
++face_change_count;
|
||||
++windows_or_buffers_changed;
|
||||
return Qnil;
|
||||
|
Loading…
Reference in New Issue
Block a user