diff options
| author | Glenn Morris | 2010-11-23 10:16:21 -0800 |
|---|---|---|
| committer | Glenn Morris | 2010-11-23 10:16:21 -0800 |
| commit | 4d47208a22c200215abd719adbd830799ff42397 (patch) | |
| tree | a12db939855828678d10667d146ae70fb5ed4801 | |
| parent | d3dfb185aef3ed50fb5a5ab41d8093392c090728 (diff) | |
| download | emacs-4d47208a22c200215abd719adbd830799ff42397.tar.gz emacs-4d47208a22c200215abd719adbd830799ff42397.zip | |
Tweak previous nxml doc change.
| -rw-r--r-- | doc/misc/ChangeLog | 2 | ||||
| -rw-r--r-- | doc/misc/nxml-mode.texi | 2 | ||||
| -rw-r--r-- | lisp/ChangeLog.13 | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 8b2f3b07999..bb211e7ffca 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | 2010-11-23 Glenn Morris <rgm@gnu.org> | 1 | 2010-11-23 Glenn Morris <rgm@gnu.org> |
| 2 | James Clark <jjc@public.jclark.com> | 2 | James Clark <none@example.com> |
| 3 | 3 | ||
| 4 | * nxml-mode.texi (Introduction): New section. | 4 | * nxml-mode.texi (Introduction): New section. |
| 5 | 5 | ||
diff --git a/doc/misc/nxml-mode.texi b/doc/misc/nxml-mode.texi index c22ba6e0f9f..d076f0dd820 100644 --- a/doc/misc/nxml-mode.texi +++ b/doc/misc/nxml-mode.texi | |||
| @@ -96,7 +96,7 @@ one, you can also use the XSLT stylesheet from | |||
| 96 | @url{http://www.pantor.com/download.html}. | 96 | @url{http://www.pantor.com/download.html}. |
| 97 | 97 | ||
| 98 | To convert a W3C XML Schema to an RNC schema, you need first to convert it | 98 | To convert a W3C XML Schema to an RNC schema, you need first to convert it |
| 99 | to RELAX NG XML syntax using Sun's RELAX NG converter tool @code{rngconv} | 99 | to RELAX NG XML syntax using the RELAX NG converter tool @code{rngconv} |
| 100 | (built on top of MSV). See @url{https://github.com/kohsuke/msv} | 100 | (built on top of MSV). See @url{https://github.com/kohsuke/msv} |
| 101 | and @url{https://msv.dev.java.net/}. | 101 | and @url{https://msv.dev.java.net/}. |
| 102 | 102 | ||
diff --git a/lisp/ChangeLog.13 b/lisp/ChangeLog.13 index 3d8a2b0aa3b..b561ba75ba5 100644 --- a/lisp/ChangeLog.13 +++ b/lisp/ChangeLog.13 | |||
| @@ -6680,7 +6680,7 @@ | |||
| 6680 | buffer if the parent buffer is in vc-dired-mode. | 6680 | buffer if the parent buffer is in vc-dired-mode. |
| 6681 | 6681 | ||
| 6682 | 2007-11-23 Mark A. Hershberger <mah@everybody.org> | 6682 | 2007-11-23 Mark A. Hershberger <mah@everybody.org> |
| 6683 | James Clark <jjc@public.jclark.com> | 6683 | James Clark <none@example.com> |
| 6684 | 6684 | ||
| 6685 | * nxml/: Initial merge of nxml. Kept nxml/char-name subdir for now. | 6685 | * nxml/: Initial merge of nxml. Kept nxml/char-name subdir for now. |
| 6686 | 6686 | ||