Mercurial > emacs
changeset 103800:4c063f93f49a
Minor rearrangements to improve TeX line-filling.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Thu, 09 Jul 2009 03:04:35 +0000 |
parents | 9b3f664fc049 |
children | 4f4172a4f087 |
files | doc/lispref/processes.texi |
diffstat | 1 files changed, 4 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/lispref/processes.texi Thu Jul 09 03:04:23 2009 +0000 +++ b/doc/lispref/processes.texi Thu Jul 09 03:04:35 2009 +0000 @@ -2478,7 +2478,8 @@ (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 @@ @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