summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitchel Humpherys <mitch.special@gmail.com>2022-10-21 12:59:22 -0700
committerMitchel Humpherys <mitch.special@gmail.com>2022-10-21 12:59:22 -0700
commit0f18be5a227211f4e4073531bfbafc5998f9cef9 (patch)
tree3a648e8b957f8c47703961e0f1cda5c09e2dddf2
parentaf2251a01f532efa819d236802cb3d942befe5a1 (diff)
README.md: Re-generate
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 57e5ccc..36e295a 100644
--- a/README.md
+++ b/README.md
@@ -43,9 +43,10 @@ Before:
After:
<img src="https://raw.github.com/mgalgs/diffview-mode/master/screenshots/diffview-after.png">
-### Function Documentation
+### Function and Macro Documentation
+
#### `(diffview-current)`
Show current diff buffer in a side-by-side view.
@@ -57,7 +58,6 @@ Show current diff region in a side-by-side view.
#### `(diffview-message)`
Show `message-mode` buffer in a side-by-side view.
-
This is useful for reading patches from mailing lists.
-----