diff options
| author | Richard M. <148184265+Richard1813@users.noreply.github.com> | 2025-04-08 14:51:41 +1200 |
|---|---|---|
| committer | Wilfred Hughes <me@wilfred.me.uk> | 2025-04-07 23:34:20 -0400 |
| commit | 03756fa6ad4dcca5e0920622b1ee3f70abfc4e39 (patch) | |
| tree | 5ac5b22f2221ee87fd80ef8b15718d5e10f1608d /helpful.el | |
| parent | 6a4d5e0760ba96a24cd13052233c6edfb34d022c (diff) | |
Change "helful" to "helpful"
Diffstat (limited to 'helpful.el')
| -rw-r--r-- | helpful.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |
