diff options
author | Richard M. Stallman <rms@gnu.org> | 2004-02-17 01:12:00 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2004-02-17 01:12:00 +0000 |
commit | 2a2331727ac9216ec4861ae8805890d9403f7d39 (patch) | |
tree | 4b5eed3ba7257d0b8d8b6ea3932d5413ffc7965d /lispref/internals.texi | |
parent | fd697a76577f44a90824eb67dc4f3aefa1713891 (diff) |
Minor fixes.
Diffstat (limited to 'lispref/internals.texi')
-rw-r--r-- | lispref/internals.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lispref/internals.texi b/lispref/internals.texi index 907a01df9e..3d75b04ca6 100644 --- a/lispref/internals.texi +++ b/lispref/internals.texi @@ -13,7 +13,7 @@ the preloaded Lisp libraries in it, how storage is allocated, and some internal aspects of GNU Emacs that may be of interest to C programmers. @menu -* Building Emacs:: How to the dumped Emacs is made. +* Building Emacs:: How the dumped Emacs is made. * Pure Storage:: A kludge to make preloaded Lisp functions sharable. * Garbage Collection:: Reclaiming space for Lisp objects no longer used. * Memory Usage:: Info about total size of Lisp objects made so far. @@ -1297,7 +1297,7 @@ onto the screen. @item redisplay_end_trigger If redisplay in this window goes beyond this buffer position, it runs -run the @code{redisplay-end-trigger-hook}. +the @code{redisplay-end-trigger-hook}. @ignore @item orig_height @@ -1396,7 +1396,7 @@ A function called whenever the process receives a signal, or @code{nil}. The associated buffer of the process. @item pid -An integer, the Unix process @acronym{ID}. +An integer, the operating system's process @acronym{ID}. @item childp A flag, non-@code{nil} if this is really a child process. |