branch: scratch/dired-git-info
commit 03c171162e433baf7c4fdb2805c9cdd8316035cd
Author: Clemens Radermacher <[email protected]>
Commit: Clemens Radermacher <[email protected]>
Fixes according to checkdoc
---
dired-git-info.el | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/dired-git-info.el b/dired-git-info.el
index 96ab8e1..3a85b6c 100644
--- a/dired-git-info.el
+++ b/dired-git-info.el
@@ -36,7 +36,7 @@
(defvar dgi-auto-hide-details-p t
"If details should get hidden automatically.
-Uses `dired-hide-details-mode' to hide details when showing git
+Uses function `dired-hide-details-mode' to hide details when showing git
info.")
(defvar dgi-commit-message-format "%s\t%cr"
@@ -67,8 +67,7 @@ are (see git-log PRETTY FORMATS for all):
· %s: subject
- · %f: sanitized subject line, suitable for a filename
-")
+ · %f: sanitized subject line, suitable for a filename")
(defvar-local dgi--commit-ovs nil
"Overlays which show the commit messages.")
@@ -108,7 +107,7 @@ info format and defaults to `dgi-commit-message-format'."
(defmacro dgi--save-marked (&rest body)
- "Execute BODY and restore marks afterwards."
+ "Execute BODY and restore marked files afterwards."
`(let ((marked (save-excursion
(goto-char (point-min))
(dired-get-marked-files)))