1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-01 11:20:41 -08:00

* objects.texi (Process Type, Overlay Type): Tweak page-breaks.

This commit is contained in:
Glenn Morris 2012-05-04 00:24:02 -07:00
parent 2da3a0d232
commit 06793fea52
2 changed files with 3 additions and 2 deletions

View file

@ -1,5 +1,7 @@
2012-05-04 Glenn Morris <rgm@gnu.org>
* objects.texi (Process Type, Overlay Type): Tweak page-breaks.
* intro.texi (Caveats): Copyedit.
(Lisp History): Convert inforef to xref.
(Lisp History, Printing Notation, Version Info): Improve page-breaks.

View file

@ -1568,7 +1568,6 @@ runs in a process of this sort. However, in Emacs Lisp, a process is a
Lisp object that designates a subprocess created by the Emacs process.
Programs such as shells, GDB, ftp, and compilers, running in
subprocesses of Emacs, extend the capabilities of Emacs.
An Emacs subprocess takes textual input from Emacs and returns textual
output to Emacs for further manipulation. Emacs can also send signals
to the subprocess.
@ -1632,7 +1631,7 @@ buffer temporarily in a different display style. Overlays have no read
syntax, and print in hash notation, giving the buffer name and range of
positions.
@xref{Overlays}, for how to create and use overlays.
@xref{Overlays}, for information on how you can create and use overlays.
@node Font Type
@subsection Font Type