mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-24 07:20:37 +00:00
Minor rearrangements to improve TeX line-filling.
This commit is contained in:
parent
b5776ecfb6
commit
57eedec17d
@ -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
|
||||
|
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user