commit 8a4b4ecaeadbf90900eac911ea67e1b9e1b7676b
parent 9b8dbbacbe30b84c94f49f1a682f71b699007f9d
Author: Lou Woell <lou.woell@posteo.de>
Date: Tue, 7 Oct 2025 14:38:14 +0200
[haredoc.el] fix: `hare-xref-backend` -> `haredoc-xref-backend`
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/haredoc.el b/haredoc.el
@@ -315,6 +315,7 @@ declaration at point."
:group 'haredoc)
(defvar-keymap haredoc-mode-map
+ "C-c C-h" 'haredoc
"s" 'haredoc/goto-src
"<" 'haredoc/back
">" 'haredoc/forward
@@ -331,7 +332,7 @@ declaration at point."
;;; xref backend
;;;###autoload
-(defun hare-xref-backend ()
+(defun haredoc-xref-backend ()
"Xref backend for hare."
(if (derived-mode-p 'hare-mode)
'haredoc-xref