diff options
| author | Basil L. Contovounesios | 2020-12-18 23:22:39 +0000 |
|---|---|---|
| committer | Basil L. Contovounesios | 2020-12-18 23:23:07 +0000 |
| commit | f36971b59b5f7362bdabdbad60841cabd97e657a (patch) | |
| tree | a2645fee8e6925bdbef4a8d3e439286141d4dcb2 | |
| parent | e0f98374ca639c600f3b891dfc502493556baf79 (diff) | |
| download | emacs-f36971b59b5f7362bdabdbad60841cabd97e657a.tar.gz emacs-f36971b59b5f7362bdabdbad60841cabd97e657a.zip | |
; Fix grammar in recent change to 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 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 | |||
| 625 | way to compute the size of a variable. For instance, two variables | 625 | way to compute the size of a variable. For instance, two variables |
| 626 | may share parts of a data structure, and this will be counted twice, | 626 | may share parts of a data structure, and this will be counted twice, |
| 627 | but this command may still give a useful high-level overview of which | 627 | but this command may still give a useful high-level overview of which |
| 628 | parts of Emacs is using memory. | 628 | parts of Emacs are using memory. |
| 629 | @end defun | 629 | @end defun |
| 630 | 630 | ||
| 631 | @node Stack-allocated Objects | 631 | @node Stack-allocated Objects |