commit a6a8cee2fd9706dbe479cb55a08011cc78ec0ab9
parent e333f045fd418c6b57b51258cc18ff873b17cff0
Author: Lou Woell <lou.woell@posteo.de>
Date:   Mon, 15 Sep 2025 23:41:27 +0200

[haredoc.el] fix typo

Diffstat:
Mharedoc.el | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/haredoc.el b/haredoc.el @@ -170,7 +170,7 @@ the results in a new buffer." (while (re-search-forward haredoc-link-regex nil t) (haredoc/make-button 1 current-ns)) - (goto (point-max)) + (goto-char (point-max)) (when (or (length> components 1) haredoc-backward-stack haredoc-forward-stack) (ensure-empty-lines 2) (when haredoc-backward-stack