diff options
| author | Glenn Morris | 2009-07-09 03:04:35 +0000 |
|---|---|---|
| committer | Glenn Morris | 2009-07-09 03:04:35 +0000 |
| commit | 57eedec17d386e4556a0223c6d9b98043bb0861c (patch) | |
| tree | 475bd068f15cf957a85d36c2baffdaaa981f6d94 | |
| parent | b5776ecfb6cd90f2a0982a3732904c5081ee666a (diff) | |
| download | emacs-57eedec17d386e4556a0223c6d9b98043bb0861c.tar.gz emacs-57eedec17d386e4556a0223c6d9b98043bb0861c.zip | |
Minor rearrangements to improve TeX line-filling.
| -rw-r--r-- | doc/lispref/processes.texi | 6 | ||||
| -rw-r--r-- | doc/lispref/text.texi | 2 | ||||
| -rw-r--r-- | doc/lispref/tips.texi | 8 |
3 files changed, 9 insertions, 7 deletions
diff --git a/doc/lispref/processes.texi b/doc/lispref/processes.texi index f3e26e90c67..b0d420ef07c 100644 --- a/doc/lispref/processes.texi +++ b/doc/lispref/processes.texi | |||
| @@ -2478,7 +2478,8 @@ Examples: | |||
| 2478 | (make-serial-process :port "\\\\.\\COM13" :speed 1200 | 2478 | (make-serial-process :port "\\\\.\\COM13" :speed 1200 |
| 2479 | :bytesize 7 :parity 'odd) | 2479 | :bytesize 7 :parity 'odd) |
| 2480 | 2480 | ||
| 2481 | (make-serial-process :port "/dev/tty.BlueConsole-SPP-1" :speed nil) | 2481 | (make-serial-process :port "/dev/tty.BlueConsole-SPP-1" |
| 2482 | :speed nil) | ||
| 2482 | @end example | 2483 | @end example |
| 2483 | @end defun | 2484 | @end defun |
| 2484 | 2485 | ||
| @@ -2546,7 +2547,8 @@ Examples: | |||
| 2546 | @example | 2547 | @example |
| 2547 | (serial-process-configure :process "/dev/ttyS0" :speed 1200) | 2548 | (serial-process-configure :process "/dev/ttyS0" :speed 1200) |
| 2548 | 2549 | ||
| 2549 | (serial-process-configure :buffer "COM1" :stopbits 1 :parity 'odd :flowcontrol 'hw) | 2550 | (serial-process-configure :buffer "COM1" :stopbits 1 |
| 2551 | :parity 'odd :flowcontrol 'hw) | ||
| 2550 | 2552 | ||
| 2551 | (serial-process-configure :port "\\\\.\\COM13" :bytesize 7) | 2553 | (serial-process-configure :port "\\\\.\\COM13" :bytesize 7) |
| 2552 | @end example | 2554 | @end example |
diff --git a/doc/lispref/text.texi b/doc/lispref/text.texi index 56361621845..5c2a3ce99c7 100644 --- a/doc/lispref/text.texi +++ b/doc/lispref/text.texi | |||
| @@ -3018,7 +3018,7 @@ time you want to specify a particular attribute for certain text. | |||
| 3018 | 3018 | ||
| 3019 | @item | 3019 | @item |
| 3020 | A cons cell with the form @code{(foreground-color . @var{color-name})} | 3020 | A cons cell with the form @code{(foreground-color . @var{color-name})} |
| 3021 | or @code{(background-color . @var{color-name})}. These are older, | 3021 | or @code{(background-color . @var{color-name})}. These are old, |
| 3022 | deprecated equivalents for @code{(:foreground @var{color-name})} and | 3022 | deprecated equivalents for @code{(:foreground @var{color-name})} and |
| 3023 | @code{(:background @var{color-name})}. Please convert code that uses | 3023 | @code{(:background @var{color-name})}. Please convert code that uses |
| 3024 | them. | 3024 | them. |
diff --git a/doc/lispref/tips.texi b/doc/lispref/tips.texi index b633b4ee343..fcf91d878ac 100644 --- a/doc/lispref/tips.texi +++ b/doc/lispref/tips.texi | |||
| @@ -244,10 +244,10 @@ file if you distribute copies. Use a notice like this one: | |||
| 244 | @smallexample | 244 | @smallexample |
| 245 | ;; Copyright (C) @var{year} @var{name} | 245 | ;; Copyright (C) @var{year} @var{name} |
| 246 | 246 | ||
| 247 | ;; This program is free software: you can redistribute it and/or modify | 247 | ;; This program is free software: you can redistribute it and/or |
| 248 | ;; it under the terms of the GNU General Public License as published by | 248 | ;; modify it under the terms of the GNU General Public License as |
| 249 | ;; the Free Software Foundation, either version 3 of the License, or | 249 | ;; published by the Free Software Foundation, either version 3 of |
| 250 | ;; (at your option) any later version. | 250 | ;; the License, or (at your option) any later version. |
| 251 | 251 | ||
| 252 | ;; This program is distributed in the hope that it will be useful, | 252 | ;; This program is distributed in the hope that it will be useful, |
| 253 | ;; but WITHOUT ANY WARRANTY; without even the implied warranty of | 253 | ;; but WITHOUT ANY WARRANTY; without even the implied warranty of |