1- <!-- $PostgreSQL: pgsql/doc/src/sgml/docguide.sgml,v 1.49 2003/12/13 20:09:15 momjian Exp $ -->
1+ <!-- $PostgreSQL: pgsql/doc/src/sgml/docguide.sgml,v 1.50 2004/02/17 02:53:03 neilc Exp $ -->
22
33<appendix id="docguide">
44 <title>Documentation</title>
5151 languages are applications of the <firstterm>Standard Generalized
5252 Markup Language</firstterm>, <acronym>SGML</acronym>, which is
5353 essentially a language for describing other languages. In what
54- follows, the terms DocBook and SGML are both used, but technically
55- they are not interchangeable.
54+ follows, the terms DocBook and<acronym> SGML</acronym> are both
55+ used, but technically they are not interchangeable.
5656 </para>
5757
5858 <para>
@@ -1017,13 +1017,13 @@ End:
10171017 <para>
10181018 The <productname>PostgreSQL</productname> distribution includes a
10191019 parsed DTD definitions file <filename>reference.ced</filename>.
1020- You may find that when using PSGML, a comfortable way of working
1021- with these separate files of book parts is to insert a proper
1022- <literal>DOCTYPE</literal> declaration while you're editing them.
1023- If you are working on this source, for instance, it is an
1024- appendix chapter, so you would specify the document as an
1025- <quote>appendix</quote> instance of a DocBook document by making
1026- the first line look like this:
1020+ You may find that when using<productname> PSGML</productname> , a
1021+ comfortable way of working with these separate files of book
1022+ parts is to insert a proper <literal>DOCTYPE</literal>
1023+ declaration while you're editing them. If you are working on
1024+ this source, for instance, it is an appendix chapter, so you
1025+ would specify the document as an <quote>appendix</quote> instance
1026+ of a DocBook document by making the first line look like this:
10271027
10281028<programlisting>
10291029<!DOCTYPE appendix PUBLIC "-//OASIS//DTD DocBook V4.2//EN">
@@ -1041,8 +1041,8 @@ End:
10411041 <title>Other Emacs modes</title>
10421042
10431043 <para>
1044- <productname>GNU Emacs</productname> ships with a different SGML
1045- mode, which is not quite as powerful as
1044+ <productname>GNU Emacs</productname> ships with a different
1045+ <acronym>SGML</acronym> mode, which is not quite as powerful as
10461046 <productname>PSGML</productname>, but it's less confusing and
10471047 lighter weight. Also, it offers syntax highlighting (font lock),
10481048 which can be very helpful.