diff options
author | Richard M. Stallman <rms@gnu.org> | 1998-05-19 03:45:57 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1998-05-19 03:45:57 +0000 |
commit | a9f0a989a17f47f9d25b7a426b4e82a8ff684ee4 (patch) | |
tree | d62b5592064177c684f1509989b223623db3f24c /lispref/internals.texi | |
parent | c6d6572475603083762cb0155ae966de7710bb9c (diff) | |
download | emacs-a9f0a989a17f47f9d25b7a426b4e82a8ff684ee4.tar.gz |
*** empty log message ***
Diffstat (limited to 'lispref/internals.texi')
-rw-r--r-- | lispref/internals.texi | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/lispref/internals.texi b/lispref/internals.texi index 74d019d2039..33f5cb26dbd 100644 --- a/lispref/internals.texi +++ b/lispref/internals.texi @@ -302,6 +302,14 @@ The number of floats in use. @c Emacs 19 feature The number of floats for which space has been obtained from the operating system, but that are not currently being used. + +@item used-intervals +The number of intervals in use. Intervals are an internal +data structure used for representing text properties. + +@item free-intervals +The number of intervals for which space has been obtained +from the operating system, but that are not currently being used. @end table @end deffn @@ -778,7 +786,7 @@ This field is non-@code{nil} if the buffer's mark is active. @item local_var_alist This field contains the association list describing the buffer-local variable bindings of this buffer, not including the built-in -buffer-local bindings that that have special slots in the buffer object. +buffer-local bindings that have special slots in the buffer object. (Those slots are omitted from this table.) @xref{Buffer-Local Variables}. |