fix bad page breaks
This commit is contained in:
parent
4d30ce50e9
commit
4299563601
7 changed files with 16 additions and 11 deletions
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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])
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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))
|
||||
|
|
Loading…
Add table
Reference in a new issue