diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2019-12-09 18:44:35 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2019-12-09 18:45:18 -0800 |
commit | d1a791f8edc1b8f2189b6f1b3be7b946fef1edbc (patch) | |
tree | fb415df3de5b00b9ce7616872ead40c983b55a12 /doc/lispref/internals.texi | |
parent | 28578f87b52ead4d31479fdcfba028118dfa6987 (diff) | |
download | emacs-d1a791f8edc1b8f2189b6f1b3be7b946fef1edbc.tar.gz |
Spelling fixes
Diffstat (limited to 'doc/lispref/internals.texi')
-rw-r--r-- | doc/lispref/internals.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/internals.texi b/doc/lispref/internals.texi index f91d5b3423d..013504680bb 100644 --- a/doc/lispref/internals.texi +++ b/doc/lispref/internals.texi @@ -565,7 +565,7 @@ for threshold exhaustion regularly, for efficiency reasons it does not do so immediately after every change to the heap or to @code{gc-cons-threshold} or @code{gc-cons-percentage}, so exhausting the threshold does not immediately trigger garbage collection. Also, -for efficency in threshold calculations Emacs approximates the heap +for efficiency in threshold calculations Emacs approximates the heap size, which counts the bytes used by currently-accessible objects in the heap. |