]> code.delx.au - gnu-emacs/blobdiff - lispref/display.texi
*** empty log message ***
[gnu-emacs] / lispref / display.texi
index 1a34b0ff7856def1d3a15ea2edf22df5ba010f9f..1b8e66ec23e4f953d688efc7ff355da312e70f93 100644 (file)
@@ -2381,13 +2381,6 @@ expression in the list.  For example,
 allows the use of scalable fonts with registry @code{muleindian-2}.
 @end defvar
 
-@defun clear-face-cache &optional unload-p
-@tindex clear-face-cache
-This function clears the face cache for all frames.
-If @var{unload-p} is non-@code{nil}, that means to unload
-all unused fonts as well.
-@end defun
-
 @defvar face-font-rescale-alist
 This variable specifies scaling for certain faces.  Its value should
 be a list of elements of the form
@@ -4631,7 +4624,7 @@ buffer.  If @var{count-current} is non-@code{nil}, count any button at
 
   The Ewoc package constructs buffer text that represents a structure
 of Lisp objects, and updates the text to follow changes in that
-structure.  This is like the ``view'' component in the the
+structure.  This is like the ``view'' component in the
 ``model/view/controller'' design paradigm.
 
   An @dfn{ewoc} is a structure that organizes information required to