aboutsummaryrefslogtreecommitdiff
path: root/helpful.el
diff options
context:
space:
mode:
authorRichard M. <148184265+Richard1813@users.noreply.github.com>2025-04-08 14:51:41 +1200
committerWilfred Hughes <me@wilfred.me.uk>2025-04-07 23:34:20 -0400
commit03756fa6ad4dcca5e0920622b1ee3f70abfc4e39 (patch)
tree5ac5b22f2221ee87fd80ef8b15718d5e10f1608d /helpful.el
parent6a4d5e0760ba96a24cd13052233c6edfb34d022c (diff)
Fix typo in doc commentHEADmaster
Change "helful" to "helpful"
Diffstat (limited to 'helpful.el')
-rw-r--r--helpful.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/helpful.el b/helpful.el
index 331ece8..9516e46 100644
--- a/helpful.el
+++ b/helpful.el
@@ -3041,7 +3041,7 @@ See also `helpful-max-buffers'."
"Store \"help\" type link when in a helpful buffer."
(when (derived-mode-p 'helpful-mode)
;; Create a "help" link instead of a dedicated "helpful" link: the
- ;; author of the Org document uses helful, but this is not
+ ;; author of the Org document uses helpful, but this is not
;; necessarily the case of the reader of the document.
(org-link-store-props :type "help"
:link (format "help:%s" helpful--sym)