changeset 27332:5cfe77eaff45

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Sun, 16 Jan 2000 00:29:04 +0000
parents be0a552c8320
children a5bceda5d689
files lispref/debugging.texi lispref/display.texi lispref/internals.texi lispref/keymaps.texi lispref/lists.texi lispref/loading.texi lispref/modes.texi
diffstat 7 files changed, 11 insertions(+), 11 deletions(-) [+]
line wrap: on
line diff
--- a/lispref/debugging.texi	Sun Jan 16 00:27:26 2000 +0000
+++ b/lispref/debugging.texi	Sun Jan 16 00:29:04 2000 +0000
@@ -140,7 +140,7 @@
 
   To debug an error that happens during loading of the init
 file, use the option @samp{--debug-init}.  This binds
-@code{debug-on-error} to @code{t} while loading the init file., and
+@code{debug-on-error} to @code{t} while loading the init file, and
 bypasses the @code{condition-case} which normally catches errors in the
 init file.
 
--- a/lispref/display.texi	Sun Jan 16 00:27:26 2000 +0000
+++ b/lispref/display.texi	Sun Jan 16 00:29:04 2000 +0000
@@ -3162,7 +3162,7 @@
 @item pc
 Emacs is displaying using MS-DOS.
 @item w32
-Emacs is displaying using Windows NT or Windows 9x.
+Emacs is displaying using Windows.
 @item mac
 Emacs is displaying using a Macintosh.
 @item nil
--- a/lispref/internals.texi	Sun Jan 16 00:27:26 2000 +0000
+++ b/lispref/internals.texi	Sun Jan 16 00:29:04 2000 +0000
@@ -216,7 +216,7 @@
 might as well be reused, since no one will miss them.  The second
 (``sweep'') phase of the garbage collector arranges to reuse them.
 
-??? Maybe add something describing weak hash tables here?
+@c ??? Maybe add something describing weak hash tables here?
 
 @cindex free list
   The sweep phase puts unused cons cells onto a @dfn{free list}
@@ -562,7 +562,7 @@
 Alas, we can't explain all the tricky details here.
 
   You must not use C initializers for static or global variables unless
-the variables are never stored in once Emacs is dumped.  These variables
+the variables are never written once Emacs is dumped.  These variables
 with initializers are allocated in an area of memory that becomes
 read-only (on certain operating systems) as a result of dumping Emacs.
 @xref{Pure Storage}.
@@ -745,7 +745,7 @@
 
 @table @code
 @item beg
-This field contains the Actual address of the buffer contents.
+This field contains the actual address of the buffer contents.
 
 @item got
 This holds the character position of the gap in the buffer.
@@ -879,7 +879,7 @@
 This flag is set when narrowing changes in a buffer.
 
 @item prevent_redisplay_optimizations_p
-A flag indicating the redisplay optiomizations should not be used 
+this flag indicates that redisplay optimizations should not be used 
 to display this buffer.
 
 @item undo_list
--- a/lispref/keymaps.texi	Sun Jan 16 00:27:26 2000 +0000
+++ b/lispref/keymaps.texi	Sun Jan 16 00:29:04 2000 +0000
@@ -2094,7 +2094,7 @@
 bar.  Emacs supports tool bars starting with version 21.
 
   The frame parameter @code{tool-bar-lines} (X resource @samp{toolBar})
-controls how may lines' worth of height to reserve for the tool bar.  A
+controls how many lines' worth of height to reserve for the tool bar.  A
 zero value suppresses the tool bar.  If the value is nonzero, and
 @code{auto-resize-tool-bars} is non-@code{nil}, the tool bar expands and
 contracts automatically as needed to hold the specified contents.
@@ -2133,7 +2133,7 @@
 
 @table @asis
 @item item 0
-Used when the iitem is enabled and selected.
+Used when the item is enabled and selected.
 @item item 1
 Used when the item is enabled and deselected.
 @item item 2
--- a/lispref/lists.texi	Sun Jan 16 00:27:26 2000 +0000
+++ b/lispref/lists.texi	Sun Jan 16 00:29:04 2000 +0000
@@ -42,7 +42,7 @@
 its @sc{car} slot currently holds, and likewise for the @sc{cdr}.
 
   A list is a series of cons cells ``chained together,'' so that each
-cell refers to the next one.  There one cons cell for each element of
+cell refers to the next one.  There is one cons cell for each element of
 the list.  By convention, the @sc{car}s of the cons cells hold the
 elements of the list, and the @sc{cdr}s are used to chain the list: the
 @sc{cdr} slot of each cons cell refers to the following cons cell.  The
--- a/lispref/loading.texi	Sun Jan 16 00:27:26 2000 +0000
+++ b/lispref/loading.texi	Sun Jan 16 00:29:04 2000 +0000
@@ -756,7 +756,7 @@
 
   Preloaded libraries don't contribute initially to @code{load-history}.
 Instead, preloading writes information about preloaded libraries into a
-file, which can be loaded later on to to add information to
+file, which can be loaded later on to add information to
 @code{load-history} describing the preloaded files.  This file is
 installed in @code{exec-directory} and has a name of the form
 @file{fns-@var{emacsversion}.el}.
--- a/lispref/modes.texi	Sun Jan 16 00:27:26 2000 +0000
+++ b/lispref/modes.texi	Sun Jan 16 00:29:04 2000 +0000
@@ -1644,7 +1644,7 @@
 @code{imenu-extract-index-name-function}:
 
 @defvar imenu-prev-index-position-function
-If this variable is non-@code{nil}, its value should be a funtion that
+If this variable is non-@code{nil}, its value should be a function that
 finds the next ``definition'' to put in the buffer index, scanning
 backward in the buffer from point.  It should return @code{nil} if it
 doesn't find another ``definition'' before point.  Otherwise it shuould