# HG changeset patch # User Richard M. Stallman # Date 947982544 0 # Node ID 5cfe77eaff4544df529a94d9c60582e0230c21bd # Parent be0a552c8320ec47288c301b284638f8fd46e43d *** empty log message *** diff -r be0a552c8320 -r 5cfe77eaff45 lispref/debugging.texi --- 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. diff -r be0a552c8320 -r 5cfe77eaff45 lispref/display.texi --- 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 diff -r be0a552c8320 -r 5cfe77eaff45 lispref/internals.texi --- 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 diff -r be0a552c8320 -r 5cfe77eaff45 lispref/keymaps.texi --- 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 diff -r be0a552c8320 -r 5cfe77eaff45 lispref/lists.texi --- 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 diff -r be0a552c8320 -r 5cfe77eaff45 lispref/loading.texi --- 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}. diff -r be0a552c8320 -r 5cfe77eaff45 lispref/modes.texi --- 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