commit 47188ebc5f81c4e4cd7f1b0cf96c37fdbd653ed1
parent 8735ce04a8ac9f689373585b915180910b88139e
Author: Lou Woell <lou.woell@posteo.de>
Date:   Mon,  6 Oct 2025 20:26:52 +0200

README hare-xref-backend -> haredoc-xref-backend

Diffstat:
MREADME.md | 4++--
Mharedoc.el | 2+-
2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md @@ -127,7 +127,7 @@ The following `use-package` declarations include a build step for harehelper. :make "all") :hook (hare-mode . haredoc-nav-mode) :init - (add-to-list 'xref-backend-functions 'hare-xref-backend) + (add-to-list 'xref-backend-functions 'haredoc-xref-backend) :config ;;... ) @@ -145,7 +145,7 @@ The following `use-package` declarations include a build step for harehelper. :files (:defaults "harehelper")) :hook (hare-mode . haredoc-nav-mode) :init - (add-to-list 'xref-backend-functions 'hare-xref-backend) + (add-to-list 'xref-backend-functions 'haredoc-xref-backend) :config ;; ... ) diff --git a/haredoc.el b/haredoc.el @@ -34,7 +34,7 @@ ;; To use the provided xref-backend: -;; `(add-to-list 'xref-backend-functions 'hare-xref-backend)' +;; `(add-to-list 'xref-backend-functions 'haredoc-xref-backend)' ;;; TODO: