branch: elpa/magit
commit aba2f230f30a6eb6b11aaadf6c65186b64c9d752
Author: Jonas Bernoulli <[email protected]>
Commit: Jonas Bernoulli <[email protected]>
magit-diff--file-at-point: Docstring cosmetics
---
lisp/magit-diff.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lisp/magit-diff.el b/lisp/magit-diff.el
index 373dc481d43..fb69b17e2f9 100644
--- a/lisp/magit-diff.el
+++ b/lisp/magit-diff.el
@@ -1780,7 +1780,7 @@ the Magit-Status buffer for DIRECTORY."
(list buf nil))))
(defun magit-diff--file-at-point (&optional expand assert)
- ;; This is a variation of magit-file-at-point.
+ ;; This is a variation of `magit-file-at-point'.
(if-let* ((file-section (magit-section-case
(file it)
(hunk (oref it parent))))