aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBasil L. Contovounesios2020-12-18 23:22:39 +0000
committerBasil L. Contovounesios2020-12-18 23:23:07 +0000
commitf36971b59b5f7362bdabdbad60841cabd97e657a (patch)
treea2645fee8e6925bdbef4a8d3e439286141d4dcb2
parente0f98374ca639c600f3b891dfc502493556baf79 (diff)
downloademacs-f36971b59b5f7362bdabdbad60841cabd97e657a.tar.gz
emacs-f36971b59b5f7362bdabdbad60841cabd97e657a.zip
; Fix grammar in recent change to 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 28a5fdb3492..fa3dacbb7ae 100644
--- a/doc/lispref/internals.texi
+++ b/doc/lispref/internals.texi
@@ -625,7 +625,7 @@ All the data here is approximate, because there's really no consistent
625way to compute the size of a variable. For instance, two variables 625way to compute the size of a variable. For instance, two variables
626may share parts of a data structure, and this will be counted twice, 626may share parts of a data structure, and this will be counted twice,
627but this command may still give a useful high-level overview of which 627but this command may still give a useful high-level overview of which
628parts of Emacs is using memory. 628parts of Emacs are using memory.
629@end defun 629@end defun
630 630
631@node Stack-allocated Objects 631@node Stack-allocated Objects