branch: elpa/magit
commit 8398848211111b4225c428eb25b66f273f201704
Author: Jonas Bernoulli <[email protected]>
Commit: Jonas Bernoulli <[email protected]>

    magit-define-section-jumper: Fix docstring typo
---
 lisp/magit-section.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/magit-section.el b/lisp/magit-section.el
index a2225e9e4ac..c46b55d56eb 100644
--- a/lisp/magit-section.el
+++ b/lisp/magit-section.el
@@ -896,7 +896,7 @@ See info node `(magit)Section Movement'."
 
 (defmacro magit-define-section-jumper
     (name heading type &optional value inserter &rest properties)
-  "Define an interactive function to go some section.
+  "Define an interactive function to go to some section.
 Together TYPE and VALUE identify the section.
 HEADING is the displayed heading of the section."
   (declare (indent defun))

Reply via email to