From: Karl Berry Date: Tue, 18 Jul 2006 13:50:29 +0000 (+0000) Subject: fix bad page breaks X-Git-Url: https://git.hcoop.net/bpt/emacs.git/commitdiff_plain/4299563601c230f9b51b47659fdec13bec3d30e2?hp=4d30ce50e9361c678a1162a062591a5a556340f5 fix bad page breaks --- diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 6097e35227..07fb70f483 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,3 +1,8 @@ +2006-07-18 Karl Berry + + * variables.texi, functions.texi, customize.texi, loading.texi, + edebug.texi, minibuf.texi: fix page breaks through chapter 20. + 2006-07-17 Chong Yidong * commands.texi (Waiting): Document batch-mode sit-for behavior. diff --git a/lispref/customize.texi b/lispref/customize.texi index da2b8a068f..3aca1a90bc 100644 --- a/lispref/customize.texi +++ b/lispref/customize.texi @@ -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. diff --git a/lispref/edebug.texi b/lispref/edebug.texi index 731e04c5d1..b2bab6030e 100644 --- a/lispref/edebug.texi +++ b/lispref/edebug.texi @@ -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 diff --git a/lispref/functions.texi b/lispref/functions.texi index 6222ea4c8a..a4c0b4b8fe 100644 --- a/lispref/functions.texi +++ b/lispref/functions.texi @@ -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]) diff --git a/lispref/loading.texi b/lispref/loading.texi index ea995bb79e..eb576f8fbb 100644 --- a/lispref/loading.texi +++ b/lispref/loading.texi @@ -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. diff --git a/lispref/minibuf.texi b/lispref/minibuf.texi index a4639a67cb..d4f94e5269 100644 --- a/lispref/minibuf.texi +++ b/lispref/minibuf.texi @@ -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 diff --git a/lispref/variables.texi b/lispref/variables.texi index d151f0eafe..0106c8ec2c 100644 --- a/lispref/variables.texi +++ b/lispref/variables.texi @@ -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))