Skip to content

Commit 03756fa

Browse files
Richard1813Wilfred
authored andcommitted
Fix typo in doc comment
Change "helful" to "helpful"
1 parent 6a4d5e0 commit 03756fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helpful.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3041,7 +3041,7 @@ See also `helpful-max-buffers'."
30413041
"Store \"help\" type link when in a helpful buffer."
30423042
(when (derived-mode-p 'helpful-mode)
30433043
;; Create a "help" link instead of a dedicated "helpful" link: the
3044-
;; author of the Org document uses helful, but this is not
3044+
;; author of the Org document uses helpful, but this is not
30453045
;; necessarily the case of the reader of the document.
30463046
(org-link-store-props :type "help"
30473047
:link (format "help:%s" helpful--sym)

0 commit comments

Comments
 (0)