diff options
| author | Karl Berry | 2007-03-30 18:12:56 +0000 |
|---|---|---|
| committer | Karl Berry | 2007-03-30 18:12:56 +0000 |
| commit | a4c5b42a9ca51acfb6435fa2562169553bb7d532 (patch) | |
| tree | 1ecaa4a5a5eac5e8175b4a5300ce7d7db2306262 /lispref | |
| parent | 799b5496f02793452e02090f0a0c650b070ae0f6 (diff) | |
| download | emacs-a4c5b42a9ca51acfb6435fa2562169553bb7d532.tar.gz emacs-a4c5b42a9ca51acfb6435fa2562169553bb7d532.zip | |
improve page breaks, etc.
Diffstat (limited to 'lispref')
| -rw-r--r-- | lispref/ChangeLog | 15 | ||||
| -rw-r--r-- | lispref/intro.texi | 11 | ||||
| -rw-r--r-- | lispref/lists.texi | 8 | ||||
| -rw-r--r-- | lispref/numbers.texi | 6 | ||||
| -rw-r--r-- | lispref/strings.texi | 1 |
5 files changed, 28 insertions, 13 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 9ba3a1c7c5b..c113d1ff7cf 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog | |||
| @@ -1,3 +1,18 @@ | |||
| 1 | 2007-03-30 Karl Berry <karl@gnu.org> | ||
| 2 | |||
| 3 | * lists.texi (List-related Predicates): Remove spurious @need. | ||
| 4 | (Setcdr): Use @smallexample to improve page break. | ||
| 5 | (Association Lists) <assoc>: Reword to improve page break. | ||
| 6 | |||
| 7 | * strings.texi (String Conversion): Insert blank line to improve | ||
| 8 | page break. | ||
| 9 | |||
| 10 | * numbers.texi (Random Numbers): Use @minus{}. | ||
| 11 | (Math Functions): Use @minus{}. | ||
| 12 | |||
| 13 | * intro.texi (Acknowledgements): Avoid line breaks before middle | ||
| 14 | initials. | ||
| 15 | |||
| 1 | 2007-03-24 Eli Zaretskii <eliz@gnu.org> | 16 | 2007-03-24 Eli Zaretskii <eliz@gnu.org> |
| 2 | 17 | ||
| 3 | * errors.texi (Standard Errors): Add an index entry. | 18 | * errors.texi (Standard Errors): Add an index entry. |
diff --git a/lispref/intro.texi b/lispref/intro.texi index c919a46610d..7beb324a428 100644 --- a/lispref/intro.texi +++ b/lispref/intro.texi | |||
| @@ -535,11 +535,12 @@ The minor version number of Emacs, as an integer. For Emacs version | |||
| 535 | @section Acknowledgements | 535 | @section Acknowledgements |
| 536 | 536 | ||
| 537 | This manual was written by Robert Krawitz, Bil Lewis, Dan LaLiberte, | 537 | This manual was written by Robert Krawitz, Bil Lewis, Dan LaLiberte, |
| 538 | Richard M. Stallman and Chris Welty, the volunteers of the GNU manual | 538 | Richard@tie{}M. Stallman and Chris Welty, the volunteers of the GNU |
| 539 | group, in an effort extending over several years. Robert J. Chassell | 539 | manual group, in an effort extending over several years. |
| 540 | helped to review and edit the manual, with the support of the Defense | 540 | Robert@tie{}J. Chassell helped to review and edit the manual, with the |
| 541 | Advanced Research Projects Agency, ARPA Order 6082, arranged by Warren | 541 | support of the Defense Advanced Research Projects Agency, ARPA Order |
| 542 | A. Hunt, Jr.@: of Computational Logic, Inc. | 542 | 6082, arranged by Warren@tie{}A. Hunt, Jr.@: of Computational Logic, |
| 543 | Inc. | ||
| 543 | 544 | ||
| 544 | Corrections were supplied by Karl Berry, Jim Blandy, Bard Bloom, | 545 | Corrections were supplied by Karl Berry, Jim Blandy, Bard Bloom, |
| 545 | Stephane Boucher, David Boyes, Alan Carroll, Richard Davis, Lawrence | 546 | Stephane Boucher, David Boyes, Alan Carroll, Richard Davis, Lawrence |
diff --git a/lispref/lists.texi b/lispref/lists.texi index 24214bbc357..cce3b5f1828 100644 --- a/lispref/lists.texi +++ b/lispref/lists.texi | |||
| @@ -159,7 +159,6 @@ considered a list and @code{not} when it is considered a truth value | |||
| 159 | @end example | 159 | @end example |
| 160 | @end defun | 160 | @end defun |
| 161 | 161 | ||
| 162 | @need 2000 | ||
| 163 | 162 | ||
| 164 | @node List Elements | 163 | @node List Elements |
| 165 | @section Accessing Elements of Lists | 164 | @section Accessing Elements of Lists |
| @@ -991,10 +990,9 @@ x1 | |||
| 991 | @end group | 990 | @end group |
| 992 | @end example | 991 | @end example |
| 993 | 992 | ||
| 994 | @need 4000 | ||
| 995 | Here is the result in box notation: | 993 | Here is the result in box notation: |
| 996 | 994 | ||
| 997 | @example | 995 | @smallexample |
| 998 | @group | 996 | @group |
| 999 | -------------------- | 997 | -------------------- |
| 1000 | | | | 998 | | | |
| @@ -1004,7 +1002,7 @@ x1 | |||
| 1004 | | | | | | | | | | | 1002 | | | | | | | | | | |
| 1005 | -------------- -------------- -------------- | 1003 | -------------- -------------- -------------- |
| 1006 | @end group | 1004 | @end group |
| 1007 | @end example | 1005 | @end smallexample |
| 1008 | 1006 | ||
| 1009 | @noindent | 1007 | @noindent |
| 1010 | The second cons cell, which previously held the element @code{b}, still | 1008 | The second cons cell, which previously held the element @code{b}, still |
| @@ -1589,7 +1587,7 @@ of property lists and association lists. | |||
| 1589 | 1587 | ||
| 1590 | @defun assoc key alist | 1588 | @defun assoc key alist |
| 1591 | This function returns the first association for @var{key} in | 1589 | This function returns the first association for @var{key} in |
| 1592 | @var{alist}. It compares @var{key} against the alist elements using | 1590 | @var{alist}, comparing @var{key} against the alist elements using |
| 1593 | @code{equal} (@pxref{Equality Predicates}). It returns @code{nil} if no | 1591 | @code{equal} (@pxref{Equality Predicates}). It returns @code{nil} if no |
| 1594 | association in @var{alist} has a @sc{car} @code{equal} to @var{key}. | 1592 | association in @var{alist} has a @sc{car} @code{equal} to @var{key}. |
| 1595 | For example: | 1593 | For example: |
diff --git a/lispref/numbers.texi b/lispref/numbers.texi index 6e54af3319c..4928708cb49 100644 --- a/lispref/numbers.texi +++ b/lispref/numbers.texi | |||
| @@ -1066,7 +1066,7 @@ pi/2 | |||
| 1066 | @math{\pi/2} | 1066 | @math{\pi/2} |
| 1067 | @end tex | 1067 | @end tex |
| 1068 | (inclusive) whose sine is @var{arg}; if, however, @var{arg} is out of | 1068 | (inclusive) whose sine is @var{arg}; if, however, @var{arg} is out of |
| 1069 | range (outside [-1, 1]), it signals a @code{domain-error} error. | 1069 | range (outside [@minus{}1, 1]), it signals a @code{domain-error} error. |
| 1070 | @end defun | 1070 | @end defun |
| 1071 | 1071 | ||
| 1072 | @defun acos arg | 1072 | @defun acos arg |
| @@ -1078,7 +1078,7 @@ pi | |||
| 1078 | @math{\pi} | 1078 | @math{\pi} |
| 1079 | @end tex | 1079 | @end tex |
| 1080 | (inclusive) whose cosine is @var{arg}; if, however, @var{arg} is out | 1080 | (inclusive) whose cosine is @var{arg}; if, however, @var{arg} is out |
| 1081 | of range (outside [-1, 1]), it signals a @code{domain-error} error. | 1081 | of range (outside [@minus{}1, 1]), it signals a @code{domain-error} error. |
| 1082 | @end defun | 1082 | @end defun |
| 1083 | 1083 | ||
| 1084 | @defun atan y &optional x | 1084 | @defun atan y &optional x |
| @@ -1183,7 +1183,7 @@ generates the same sequence of numbers. Emacs always starts with the | |||
| 1183 | same seed value, so the sequence of values of @code{random} is actually | 1183 | same seed value, so the sequence of values of @code{random} is actually |
| 1184 | the same in each Emacs run! For example, in one operating system, the | 1184 | the same in each Emacs run! For example, in one operating system, the |
| 1185 | first call to @code{(random)} after you start Emacs always returns | 1185 | first call to @code{(random)} after you start Emacs always returns |
| 1186 | -1457731, and the second one always returns -7692030. This | 1186 | @minus{}1457731, and the second one always returns @minus{}7692030. This |
| 1187 | repeatability is helpful for debugging. | 1187 | repeatability is helpful for debugging. |
| 1188 | 1188 | ||
| 1189 | If you want random numbers that don't always come out the same, execute | 1189 | If you want random numbers that don't always come out the same, execute |
diff --git a/lispref/strings.texi b/lispref/strings.texi index 23f679d5bb9..0b2cd0e8685 100644 --- a/lispref/strings.texi +++ b/lispref/strings.texi | |||
| @@ -586,6 +586,7 @@ first character of @var{string} is the null character, @acronym{ASCII} code | |||
| 586 | @example | 586 | @example |
| 587 | (string-to-char "ABC") | 587 | (string-to-char "ABC") |
| 588 | @result{} 65 | 588 | @result{} 65 |
| 589 | |||
| 589 | (string-to-char "xyz") | 590 | (string-to-char "xyz") |
| 590 | @result{} 120 | 591 | @result{} 120 |
| 591 | (string-to-char "") | 592 | (string-to-char "") |