diff options
author | Dave Love <fx@gnu.org> | 1999-12-03 19:38:44 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 1999-12-03 19:38:44 +0000 |
commit | eda77a0ff6a32141cbb070f1bd114b6a485d86d7 (patch) | |
tree | 4129fab1816efb0f541d0c29acf22aaef6899744 /lispref | |
parent | 75952b80e5abad4a92ceae1ef67759a5cc9fbeb9 (diff) | |
download | emacs-eda77a0ff6a32141cbb070f1bd114b6a485d86d7.tar.gz |
(Overlays): Add menu entry for Finding Overlays.
Diffstat (limited to 'lispref')
-rw-r--r-- | lispref/display.texi | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lispref/display.texi b/lispref/display.texi index c60d137f740..c1f8fdfd5bc 100644 --- a/lispref/display.texi +++ b/lispref/display.texi @@ -712,7 +712,8 @@ these affect the display of the text within the overlay. @menu * Overlay Properties:: How to read and set properties. What properties do to the screen display. -* Managing Overlays:: Creating, moving, finding overlays. +* Managing Overlays:: Creating and moving overlays. +* Finding Overlays:: Searching for overlays. @end menu @node Overlay Properties @@ -1869,7 +1870,7 @@ expression in the list. For example, @noindent allows the use of scalable fonts with registry @code{muleindian-2}. -@end example +@end defvar @defun clear-face-cache &optional unload-p @tindex clear-face-cache |