Minor rearrangements to improve TeX line-filling.
authorGlenn Morris <rgm@gnu.org>
Thu, 9 Jul 2009 03:04:35 +0000 (03:04 +0000)
committerGlenn Morris <rgm@gnu.org>
Thu, 9 Jul 2009 03:04:35 +0000 (03:04 +0000)
doc/lispref/processes.texi
doc/lispref/text.texi
doc/lispref/tips.texi

index f3e26e9..b0d420e 100644 (file)
@@ -2478,7 +2478,8 @@ Examples:
 (make-serial-process :port "\\\\.\\COM13" :speed 1200
                      :bytesize 7 :parity 'odd)
 
-(make-serial-process :port "/dev/tty.BlueConsole-SPP-1" :speed nil)
+(make-serial-process :port "/dev/tty.BlueConsole-SPP-1"
+                     :speed nil)
 @end example
 @end defun
 
@@ -2546,7 +2547,8 @@ Examples:
 @example
 (serial-process-configure :process "/dev/ttyS0" :speed 1200)
 
-(serial-process-configure :buffer "COM1" :stopbits 1 :parity 'odd :flowcontrol 'hw)
+(serial-process-configure :buffer "COM1" :stopbits 1
+                          :parity 'odd :flowcontrol 'hw)
 
 (serial-process-configure :port "\\\\.\\COM13" :bytesize 7)
 @end example
index 5636162..5c2a3ce 100644 (file)
@@ -3018,7 +3018,7 @@ time you want to specify a particular attribute for certain text.
 
 @item
 A cons cell with the form @code{(foreground-color . @var{color-name})}
-or @code{(background-color . @var{color-name})}.  These are older,
+or @code{(background-color . @var{color-name})}.  These are old,
 deprecated equivalents for @code{(:foreground @var{color-name})} and
 @code{(:background @var{color-name})}.  Please convert code that uses
 them.
index b633b4e..fcf91d8 100644 (file)
@@ -244,10 +244,10 @@ file if you distribute copies.  Use a notice like this one:
 @smallexample
 ;; Copyright (C) @var{year} @var{name}
 
-;; This program is free software: you can redistribute it and/or modify
-;; it under the terms of the GNU General Public License as published by
-;; the Free Software Foundation, either version 3 of the License, or
-;; (at your option) any later version.
+;; This program is free software: you can redistribute it and/or
+;; modify it under the terms of the GNU General Public License as
+;; published by the Free Software Foundation, either version 3 of
+;; the License, or (at your option) any later version.
 
 ;; This program is distributed in the hope that it will be useful,
 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of