diff options
| author | Stefan Monnier | 2012-03-25 16:37:21 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2012-03-25 16:37:21 -0400 |
| commit | 699c782b7668c44d0fa4446331b0590a6d5dac82 (patch) | |
| tree | 5dcce364741d0761920a3d274b0fc8aba4103d45 /doc/misc/nxml-mode.texi | |
| parent | 98fb480ee31bf74cf554044f60f21df16566dd7f (diff) | |
| parent | e99a9b8bdccadded1f6fae88ee7a2a93dfd4eacf (diff) | |
| download | emacs-pending.tar.gz emacs-pending.zip | |
Merge from trunkpending
Diffstat (limited to 'doc/misc/nxml-mode.texi')
| -rw-r--r-- | doc/misc/nxml-mode.texi | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/doc/misc/nxml-mode.texi b/doc/misc/nxml-mode.texi index 27603440413..73af1ace245 100644 --- a/doc/misc/nxml-mode.texi +++ b/doc/misc/nxml-mode.texi | |||
| @@ -8,8 +8,7 @@ | |||
| 8 | This manual documents nxml-mode, an Emacs major mode for editing | 8 | This manual documents nxml-mode, an Emacs major mode for editing |
| 9 | XML with RELAX NG support. | 9 | XML with RELAX NG support. |
| 10 | 10 | ||
| 11 | Copyright @copyright{} 2007-2011 | 11 | Copyright @copyright{} 2007-2012 Free Software Foundation, Inc. |
| 12 | Free Software Foundation, Inc. | ||
| 13 | 12 | ||
| 14 | @quotation | 13 | @quotation |
| 15 | Permission is granted to copy, distribute and/or modify this document | 14 | Permission is granted to copy, distribute and/or modify this document |
| @@ -355,7 +354,7 @@ Otherwise, it is a paragraph boundary. | |||
| 355 | @chapter Outlining | 354 | @chapter Outlining |
| 356 | 355 | ||
| 357 | nXML mode allows you to display all or part of a buffer as an | 356 | nXML mode allows you to display all or part of a buffer as an |
| 358 | outline, in a similar way to Emacs' outline mode. An outline in nXML | 357 | outline, in a similar way to Emacs's outline mode. An outline in nXML |
| 359 | mode is based on recognizing two kinds of element: sections and | 358 | mode is based on recognizing two kinds of element: sections and |
| 360 | headings. There is one heading for every section and one section for | 359 | headings. There is one heading for every section and one section for |
| 361 | every heading. A section contains its heading as or within its first | 360 | every heading. A section contains its heading as or within its first |
| @@ -878,7 +877,7 @@ the document in different ways, since the XML Recommendation does not | |||
| 878 | require XML parsers to read the DTD. With DTDs, it was impractical to | 877 | require XML parsers to read the DTD. With DTDs, it was impractical to |
| 879 | get validation without using an external DTD or reference to an | 878 | get validation without using an external DTD or reference to an |
| 880 | parameter entity. With RELAX NG and other schema languages, you can | 879 | parameter entity. With RELAX NG and other schema languages, you can |
| 881 | simulataneously get the benefits of validation and standalone XML | 880 | simultaneously get the benefits of validation and standalone XML |
| 882 | documents. Therefore, I recommend that you do not reference an | 881 | documents. Therefore, I recommend that you do not reference an |
| 883 | external DOCTYPE in your XML documents. | 882 | external DOCTYPE in your XML documents. |
| 884 | 883 | ||
| @@ -908,4 +907,3 @@ specification are not enforced. | |||
| 908 | @end itemize | 907 | @end itemize |
| 909 | 908 | ||
| 910 | @bye | 909 | @bye |
| 911 | |||