From: Glenn Morris Date: Thu, 9 Jul 2009 03:00:31 +0000 (+0000) Subject: Minor rearrangements to improve TeX line-filling. X-Git-Tag: emacs-23.1~130 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=15412d5e1eb520bf9a1a58ec485ffef10c1e9203;p=emacs.git Minor rearrangements to improve TeX line-filling. --- 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: (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 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. @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. 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: @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