Mercurial > emacs
comparison lispref/internals.texi @ 22138:d4ac295a98b3
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 19 May 1998 03:45:57 +0000 |
parents | 90da2489c498 |
children | 467b88fab665 |
comparison
equal
deleted
inserted
replaced
22137:2b0e6a1e7fb9 | 22138:d4ac295a98b3 |
---|---|
300 | 300 |
301 @item free-floats | 301 @item free-floats |
302 @c Emacs 19 feature | 302 @c Emacs 19 feature |
303 The number of floats for which space has been obtained from the | 303 The number of floats for which space has been obtained from the |
304 operating system, but that are not currently being used. | 304 operating system, but that are not currently being used. |
305 | |
306 @item used-intervals | |
307 The number of intervals in use. Intervals are an internal | |
308 data structure used for representing text properties. | |
309 | |
310 @item free-intervals | |
311 The number of intervals for which space has been obtained | |
312 from the operating system, but that are not currently being used. | |
305 @end table | 313 @end table |
306 @end deffn | 314 @end deffn |
307 | 315 |
308 @defopt garbage-collection-messages | 316 @defopt garbage-collection-messages |
309 If this variable is non-@code{nil}, Emacs displays a message at the | 317 If this variable is non-@code{nil}, Emacs displays a message at the |
776 This field is non-@code{nil} if the buffer's mark is active. | 784 This field is non-@code{nil} if the buffer's mark is active. |
777 | 785 |
778 @item local_var_alist | 786 @item local_var_alist |
779 This field contains the association list describing the buffer-local | 787 This field contains the association list describing the buffer-local |
780 variable bindings of this buffer, not including the built-in | 788 variable bindings of this buffer, not including the built-in |
781 buffer-local bindings that that have special slots in the buffer object. | 789 buffer-local bindings that have special slots in the buffer object. |
782 (Those slots are omitted from this table.) @xref{Buffer-Local | 790 (Those slots are omitted from this table.) @xref{Buffer-Local |
783 Variables}. | 791 Variables}. |
784 | 792 |
785 @item base_buffer | 793 @item base_buffer |
786 This field holds the buffer's base buffer (if it is an indirect buffer), | 794 This field holds the buffer's base buffer (if it is an indirect buffer), |