emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/git-commit 0e03e95fd8 2/2: magit-section-ident-value: Fix


From: ELPA Syncer
Subject: [nongnu] elpa/git-commit 0e03e95fd8 2/2: magit-section-ident-value: Fix docstring
Date: Sun, 21 Apr 2024 13:00:08 -0400 (EDT)

branch: elpa/git-commit
commit 0e03e95fd8d7f5744c7116149c3b2563a014ee2b
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>

    magit-section-ident-value: Fix docstring
---
 lisp/magit-section.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/lisp/magit-section.el b/lisp/magit-section.el
index 02a840ddfb..22e54beb26 100644
--- a/lisp/magit-section.el
+++ b/lisp/magit-section.el
@@ -561,9 +561,9 @@ purpose.")
 (cl-defmethod magit-section-ident-value ((section magit-section))
   "Return the value unless it is an object.
 
-Different object incarnations representing the same value then to
-not be equal, so call this generic function on the object itself
-to determine a constant value."
+Different object incarnations representing the same value tend to not be
+equal, so call this generic function on the object itself to determine a
+constant value."
   (let ((value (oref section value)))
     (if (eieio-object-p value)
         (magit-section-ident-value value)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]