Mercurial > emacs
changeset 71995:26c633d614ed
fix bad page breaks
author | Karl Berry <karl@gnu.org> |
---|---|
date | Tue, 18 Jul 2006 13:50:29 +0000 |
parents | e650d66ac6db |
children | 40fe1d0f1bfe |
files | lispref/ChangeLog lispref/customize.texi lispref/edebug.texi lispref/functions.texi lispref/loading.texi lispref/minibuf.texi lispref/variables.texi |
diffstat | 7 files changed, 16 insertions(+), 11 deletions(-) [+] |
line wrap: on
line diff
--- a/lispref/ChangeLog Tue Jul 18 13:30:20 2006 +0000 +++ b/lispref/ChangeLog Tue Jul 18 13:50:29 2006 +0000 @@ -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.
--- a/lispref/customize.texi Tue Jul 18 13:30:20 2006 +0000 +++ b/lispref/customize.texi Tue Jul 18 13:50:29 2006 +0000 @@ -699,7 +699,7 @@ @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 @@ 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.
--- a/lispref/edebug.texi Tue Jul 18 13:30:20 2006 +0000 +++ b/lispref/edebug.texi Tue Jul 18 13:50:29 2006 +0000 @@ -1541,12 +1541,10 @@ @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
--- a/lispref/functions.texi Tue Jul 18 13:30:20 2006 +0000 +++ b/lispref/functions.texi Tue Jul 18 13:50:29 2006 +0000 @@ -766,12 +766,10 @@ 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])
--- a/lispref/loading.texi Tue Jul 18 13:30:20 2006 +0000 +++ b/lispref/loading.texi Tue Jul 18 13:50:29 2006 +0000 @@ -155,8 +155,10 @@ @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.
--- a/lispref/minibuf.texi Tue Jul 18 13:30:20 2006 +0000 +++ b/lispref/minibuf.texi Tue Jul 18 13:50:29 2006 +0000 @@ -208,8 +208,10 @@ @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
--- a/lispref/variables.texi Tue Jul 18 13:30:20 2006 +0000 +++ b/lispref/variables.texi Tue Jul 18 13:50:29 2006 +0000 @@ -726,7 +726,7 @@ @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))