branch: externals/transient commit 3c6efe8a067366ec97819a079d7771ef522fa886 Author: Jonas Bernoulli <jo...@bernoul.li> Commit: Jonas Bernoulli <jo...@bernoul.li>
Make checkdoc happy --- lisp/transient.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/transient.el b/lisp/transient.el index 449fb2b087..3032f7c6e2 100644 --- a/lisp/transient.el +++ b/lisp/transient.el @@ -3233,7 +3233,8 @@ transient is active." ;;;; Help (defun transient-help (&optional interactive) - "Show help for the active transient or one of its suffixes.\n\n(fn)" + "Show help for the active transient or one of its suffixes. +\n(fn)" (interactive (list t)) (if interactive (setq transient--helpp t)