summaryrefslogtreecommitdiff
path: root/doc/lispref/internals.texi
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2012-03-02 20:18:09 -0800
committerGlenn Morris <rgm@gnu.org>2012-03-02 20:18:09 -0800
commit01a6dcc8832ba195ca2c17d5cf04b58f3736902b (patch)
treea34568c7830e66731b8dbd9b6eb24302c71097a9 /doc/lispref/internals.texi
parent999dd333061ea5d65f6130a6d4357f4782675b8c (diff)
downloademacs-01a6dcc8832ba195ca2c17d5cf04b58f3736902b.tar.gz
emacs-01a6dcc8832ba195ca2c17d5cf04b58f3736902b.tar.bz2
emacs-01a6dcc8832ba195ca2c17d5cf04b58f3736902b.zip
lispref/internals.texi Memory Usage tiny change
* doc/lispref/internals.texi: (Memory Usage): Copyedit. * src/alloc.c (misc-objects-consed): Doc fix.
Diffstat (limited to 'doc/lispref/internals.texi')
-rw-r--r--doc/lispref/internals.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/internals.texi b/doc/lispref/internals.texi
index 35759d39f1d..bab96582302 100644
--- a/doc/lispref/internals.texi
+++ b/doc/lispref/internals.texi
@@ -456,7 +456,7 @@ point number.
These functions and variables give information about the total amount
of memory allocation that Emacs has done, broken down by data type.
Note the difference between these and the values returned by
-@code{(garbage-collect)}; those count objects that currently exist, but
+@code{garbage-collect}; those count objects that currently exist, but
these count the number or size of all allocations, including those for
objects that have since been freed.