branch: master commit c762e64509d1fd01617e3273a78a61ee5a77aaa0 Author: Mitchel Humpherys <mitch.spec...@gmail.com> Commit: Mitchel Humpherys <mitch.spec...@gmail.com>
Use emacs quotes indent-hints knows how to convert them to markdown anyways. --- diffview.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/diffview.el b/diffview.el index 874775d..075efad 100644 --- a/diffview.el +++ b/diffview.el @@ -39,9 +39,9 @@ ;; ;; The following functions are provided for launching a side-by-side diff: ;; -;; o `diffview-current` : View the current diff buffer side-by-side -;; o `diffview-region` : View the current diff region side-by-side -;; o `diffview-message` : View the current email message (which presumably +;; o `diffview-current' : View the current diff buffer side-by-side +;; o `diffview-region' : View the current diff region side-by-side +;; o `diffview-message' : View the current email message (which presumably ;; contains a patch) side-by-side ;; ;;