summaryrefslogtreecommitdiff
path: root/lispref/internals.texi
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2004-02-17 01:12:00 +0000
committerRichard M. Stallman <rms@gnu.org>2004-02-17 01:12:00 +0000
commit9790ad8003e47b0908d6d95a29f5b163f4f6a8e2 (patch)
treec8609cca3bc12a4b531b8208a04363acb1fd01b0 /lispref/internals.texi
parent040baac3a3b24b377e4ec29bed5d8322d35c2374 (diff)
downloademacs-9790ad8003e47b0908d6d95a29f5b163f4f6a8e2.tar.gz
Minor fixes.
Diffstat (limited to 'lispref/internals.texi')
-rw-r--r--lispref/internals.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/lispref/internals.texi b/lispref/internals.texi
index 907a01df9e9..3d75b04ca65 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.