fix bad page breaks
authorKarl Berry <karl@gnu.org>
Tue, 18 Jul 2006 13:50:29 +0000 (13:50 +0000)
committerKarl Berry <karl@gnu.org>
Tue, 18 Jul 2006 13:50:29 +0000 (13:50 +0000)
lispref/ChangeLog
lispref/customize.texi
lispref/edebug.texi
lispref/functions.texi
lispref/loading.texi
lispref/minibuf.texi
lispref/variables.texi

index 6097e35..07fb70f 100644 (file)
@@ -1,3 +1,8 @@
+2006-07-18  Karl Berry  <karl@gnu.org>
+
+       * variables.texi, functions.texi, customize.texi, loading.texi,
+       edebug.texi, minibuf.texi: fix page breaks through chapter 20.
+
 2006-07-17  Chong Yidong  <cyd@stupidchicken.com>
 
        * commands.texi (Waiting): Document batch-mode sit-for behavior.
index da2b8a0..3aca1a9 100644 (file)
@@ -699,7 +699,7 @@ that you specify for it.
 
 @item (list @var{element-types}@dots{})
 The value must be a list with exactly as many elements as the
-@var{element-types} you have specified; and each element must fit the
+@var{element-types} given; and each element must fit the
 corresponding @var{element-type}.
 
 For example, @code{(list integer string function)} describes a list of
@@ -718,7 +718,7 @@ The value must fit at least one of @var{alternative-types}.
 For example, @code{(choice integer string)} allows either an
 integer or a string.
 
-In the customization buffer, the user selects one of the alternatives
+In the customization buffer, the user selects an alternative
 using a menu, and can then edit the value in the usual way for that
 alternative.
 
index 731e04c..b2bab60 100644 (file)
@@ -1541,12 +1541,10 @@ The default value is @code{step}.
 @end defopt
 
 @defopt edebug-trace
-Non-@code{nil} means display a trace of function entry and exit.
+If this is non-@code{nil}, trace each function entry and exit.
 Tracing output is displayed in a buffer named @samp{*edebug-trace*}, one
 function entry or exit per line, indented by the recursion level.
 
-The default value is @code{nil}.
-
 Also see @code{edebug-tracing}, in @ref{Trace Buffer}.
 @end defopt
 
index 6222ea4..a4c0b4b 100644 (file)
@@ -766,12 +766,10 @@ in turn, and returns a list of the results.
 The argument @var{sequence} can be any kind of sequence except a
 char-table; that is, a list, a vector, a bool-vector, or a string.  The
 result is always a list.  The length of the result is the same as the
-length of @var{sequence}.
+length of @var{sequence}.  For example:
 
 @smallexample
 @group
-@exdent @r{For example:}
-
 (mapcar 'car '((a b) (c d) (e f)))
      @result{} (a c e)
 (mapcar '1+ [1 2 3])
index ea995bb..eb576f8 100644 (file)
@@ -155,8 +155,10 @@ file, and it is @code{nil} otherwise.
 @end defvar
 
 @defvar load-read-function
+This
 @anchor{Definition of load-read-function}
-This variable specifies an alternate expression-reading function for
+@c do not allow page break at anchor; work around Texinfo deficiency.
+variable specifies an alternate expression-reading function for
 @code{load} and @code{eval-region} to use instead of @code{read}.
 The function should accept one argument, just as @code{read} does.
 
index a4639a6..d4f94e5 100644 (file)
@@ -208,8 +208,10 @@ properties unconditionally, regardless of the value of this variable.
 @end defvar
 
 @defvar minibuffer-local-map
+This
 @anchor{Definition of minibuffer-local-map}
-This is the default local keymap for reading from the minibuffer.  By
+@c avoid page break at anchor; work around Texinfo deficiency
+is the default local keymap for reading from the minibuffer.  By
 default, it makes the following bindings:
 
 @table @asis
index d151f0e..0106c8e 100644 (file)
@@ -726,7 +726,7 @@ has no local bindings.
 @end group
 
 @group
-;; @r{Here the value of @code{abracadabra},}
+;; @r{Here, the value of @code{abracadabra},}
 ;;   @r{which is @code{foo},}
 ;;   @r{is the symbol whose value is examined.}
 (let ((abracadabra 'foo))