branch: elpa/git-commit commit 308a6cf87f5482bd2c5060a18e2e426424d99bc8 Author: Jonas Bernoulli <jo...@bernoul.li> Commit: Jonas Bernoulli <jo...@bernoul.li>
magit-menu-set: 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 24434ab856..fa8fa98007 100644 --- a/lisp/magit-section.el +++ b/lisp/magit-section.el @@ -612,7 +612,7 @@ lines or else unsightly line wrapping, a definition [remap CMD] can be written as just [CMD]. As a result KEY might have to be a string when otherwise a vector would have worked. -If DESC is a string that contains a support %-spec, substitute +If DESC is a string that contains a supported %-spec, substitute the expression (magit-menu-format-desc DESC) for that. See `magit-menu-format-desc'." (declare (indent defun))