We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a4d5e0 commit 03756faCopy full SHA for 03756fa
helpful.el
@@ -3041,7 +3041,7 @@ See also `helpful-max-buffers'."
3041
"Store \"help\" type link when in a helpful buffer."
3042
(when (derived-mode-p 'helpful-mode)
3043
;; Create a "help" link instead of a dedicated "helpful" link: the
3044
- ;; author of the Org document uses helful, but this is not
+ ;; author of the Org document uses helpful, but this is not
3045
;; necessarily the case of the reader of the document.
3046
(org-link-store-props :type "help"
3047
:link (format "help:%s" helpful--sym)
0 commit comments