Make paragraphs respect the end of a list or list item.
commitf79b7967f901601e713c7597d4965d0a468baf57
authorMichael Olson <mwolson@gnu.org>
Thu, 2 Mar 2006 01:08:14 +0000 (2 01:08 +0000)
committerMichael Olson <mwolson@gnu.org>
Thu, 2 Mar 2006 01:08:14 +0000 (2 01:08 +0000)
treecffd31ba7a736a2febe94842cf2d3c06f656b2d4
parent1b13ba24c5b40826c7e6fb82d86e4769caaec2ea
Make paragraphs respect the end of a list or list item.

* lisp/muse-docbook.el (muse-docbook-markup-paragraph): If we are at the
  end of a list (or list item), back up.  This allows for a nice side
  effect when using indented sentences in between list items.

* lisp/muse-html.el (muse-html-markup-paragraph): Ditto.

* lisp/muse-xml.el (muse-xml-markup-paragraph): Ditto.

* lisp/muse-publish.el (muse-publish-surround-dl): Make sure that end-ddt
  and end-item are marked up with end-list properties.
git-archimport-id: mwolson@gnu.org--2006/muse--main--1.0--patch-35
ChangeLog.2006
lisp/muse-docbook.el
lisp/muse-html.el
lisp/muse-publish.el
lisp/muse-xml.el