diff options
| author | Karl Berry | 2007-06-24 21:39:56 +0000 |
|---|---|---|
| committer | Karl Berry | 2007-06-24 21:39:56 +0000 |
| commit | 7c5b54bba282780c16c963d5e3284dcbfe63dd20 (patch) | |
| tree | 138e843337256a3bab01d96c7ef105ee5137a69c /lispref | |
| parent | 98888d774f42158d05d040bf72ef67d86e75664c (diff) | |
| download | emacs-7c5b54bba282780c16c963d5e3284dcbfe63dd20.tar.gz emacs-7c5b54bba282780c16c963d5e3284dcbfe63dd20.zip | |
new Back-Cover Text
Diffstat (limited to 'lispref')
| -rw-r--r-- | lispref/ChangeLog | 4 | ||||
| -rw-r--r-- | lispref/elisp.texi | 12 | ||||
| -rw-r--r-- | lispref/vol1.texi | 6 | ||||
| -rw-r--r-- | lispref/vol2.texi | 6 |
4 files changed, 15 insertions, 13 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 20006d9eea7..750c0783840 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2007-06-24 Karl Berry <karl@gnu.org> | ||
| 2 | |||
| 3 | * elisp.texi, vol1.texi, vol2.texi: new Back-Cover Text. | ||
| 4 | |||
| 1 | 2007-06-15 Juanma Barranquero <lekktu@gmail.com> | 5 | 2007-06-15 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 6 | ||
| 3 | * display.texi (Overlay Arrow): Doc fix. | 7 | * display.texi (Overlay Arrow): Doc fix. |
diff --git a/lispref/elisp.texi b/lispref/elisp.texi index accfe05c27d..7b57b8a61af 100644 --- a/lispref/elisp.texi +++ b/lispref/elisp.texi | |||
| @@ -15,7 +15,7 @@ | |||
| 15 | @end direntry | 15 | @end direntry |
| 16 | 16 | ||
| 17 | @c in general, keep the following line commented out, unless doing a | 17 | @c in general, keep the following line commented out, unless doing a |
| 18 | @c copy of this manual that will be published. the manual should go | 18 | @c copy of this manual that will be published. The manual should go |
| 19 | @c onto the distribution in the full, 8.5 x 11" size. | 19 | @c onto the distribution in the full, 8.5 x 11" size. |
| 20 | @c set smallbook | 20 | @c set smallbook |
| 21 | 21 | ||
| @@ -29,13 +29,11 @@ | |||
| 29 | @tex | 29 | @tex |
| 30 | @ifset smallbook | 30 | @ifset smallbook |
| 31 | @fonttextsize 10 | 31 | @fonttextsize 10 |
| 32 | @set EMACSVER 22 | 32 | @set EMACSVER 22.1 |
| 33 | \global\let\urlcolor=\Black % don't print links in grayscale | 33 | \global\let\urlcolor=\Black % don't print links in grayscale |
| 34 | \global\let\linkcolor=\Black | 34 | \global\let\linkcolor=\Black |
| 35 | @end ifset | 35 | @end ifset |
| 36 | \global\hbadness=6666 % don't worry about not-too-underfull boxes | 36 | \global\hbadness=6666 % don't worry about not-too-underfull boxes |
| 37 | \global\let\urlcolor=\Black % don't print links in grayscale | ||
| 38 | \global\let\linkcolor=\Black | ||
| 39 | @end tex | 37 | @end tex |
| 40 | 38 | ||
| 41 | @c Combine indices. | 39 | @c Combine indices. |
| @@ -63,9 +61,9 @@ Front-Cover texts being ``A GNU Manual,'' and with the Back-Cover | |||
| 63 | Texts as in (a) below. A copy of the license is included in the | 61 | Texts as in (a) below. A copy of the license is included in the |
| 64 | section entitled ``GNU Free Documentation License.'' | 62 | section entitled ``GNU Free Documentation License.'' |
| 65 | 63 | ||
| 66 | (a) The FSF's Back-Cover Text is: ``You have freedom to copy and modify | 64 | (a) The FSF's Back-Cover Text is: ``You are free to copy and modify |
| 67 | this GNU Manual, like GNU software. Copies published by the Free | 65 | this GNU Manual. Buying copies from GNU Press supports the FSF in |
| 68 | Software Foundation raise funds for GNU development.'' | 66 | developing GNU and promoting software freedom.'' |
| 69 | @end quotation | 67 | @end quotation |
| 70 | @end copying | 68 | @end copying |
| 71 | 69 | ||
diff --git a/lispref/vol1.texi b/lispref/vol1.texi index 5dff4f076b9..d0989f6c58e 100644 --- a/lispref/vol1.texi +++ b/lispref/vol1.texi | |||
| @@ -80,9 +80,9 @@ Front-Cover texts being ``A GNU Manual,'' and with the Back-Cover | |||
| 80 | Texts as in (a) below. A copy of the license is included in the | 80 | Texts as in (a) below. A copy of the license is included in the |
| 81 | section entitled ``GNU Free Documentation License.'' | 81 | section entitled ``GNU Free Documentation License.'' |
| 82 | 82 | ||
| 83 | (a) The FSF's Back-Cover Text is: ``You have freedom to copy and modify | 83 | (a) The FSF's Back-Cover Text is: ``You are free to copy and modify |
| 84 | this GNU Manual, like GNU software. Copies published by the Free | 84 | this GNU Manual. Buying copies from GNU Press supports the FSF in |
| 85 | Software Foundation raise funds for GNU development.'' | 85 | developing GNU and promoting software freedom.'' |
| 86 | @end quotation | 86 | @end quotation |
| 87 | @end copying | 87 | @end copying |
| 88 | 88 | ||
diff --git a/lispref/vol2.texi b/lispref/vol2.texi index 2ccbaefca9b..35ffa0e88b2 100644 --- a/lispref/vol2.texi +++ b/lispref/vol2.texi | |||
| @@ -80,9 +80,9 @@ Front-Cover texts being ``A GNU Manual,'' and with the Back-Cover | |||
| 80 | Texts as in (a) below. A copy of the license is included in the | 80 | Texts as in (a) below. A copy of the license is included in the |
| 81 | section entitled ``GNU Free Documentation License.'' | 81 | section entitled ``GNU Free Documentation License.'' |
| 82 | 82 | ||
| 83 | (a) The FSF's Back-Cover Text is: ``You have freedom to copy and modify | 83 | (a) The FSF's Back-Cover Text is: ``You are free to copy and modify |
| 84 | this GNU Manual, like GNU software. Copies published by the Free | 84 | this GNU Manual. Buying copies from GNU Press supports the FSF in |
| 85 | Software Foundation raise funds for GNU development.'' | 85 | developing GNU and promoting software freedom.'' |
| 86 | @end quotation | 86 | @end quotation |
| 87 | @end copying | 87 | @end copying |
| 88 | 88 | ||